The file that provides functions ported from Unix in string.h. More...
Functions | |
EVIL_API char * | strcasestr (const char *haystack, const char *needle) |
Locate a substring into a string, ignoring case. More... | |
EVIL_API char * | strsep (char **stringp, const char *delim) |
Implements the strsep function which is used to separate strings. More... | |
The file that provides functions ported from Unix in string.h.