The file that provides functions ported from Unix in string.h. More...
| Functions | |
| char * | strcasestr (const char *haystack, const char *needle) | 
| Locate a substring into a string, ignoring case.  More... | |
| 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.