A simple string library for C.
cstrlen- Get the length of a string, example here.cstrget- Get a char from a specific position, example here.cstrgetf- Get the first char of a string.cstrcmp- Compare if two strings are equals, example here.cstrcpy- Copy a string to another string, example here.cstrempty- Checks if a string is empty, example here.cstrcr- Replaces a char for another char, example here.