Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 510 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 510 Bytes

Str Library

Str Library provide most used functions for work with strings in C language

Features

  • Can work with or without string.h library
  • Full set of function for convert data types into strings
  • Full set of function for convert strings into data types
  • Split functions
  • Sort and Searching functions
  • Finding functions
  • Param parser

Examples