Functions
evil_string.h File Reference

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...
 

Detailed Description

The file that provides functions ported from Unix in string.h.