evil_string.h File Reference
The file that provides functions ported from Unix in string.h. More...
Functions | |
| int | ffs (int i) |
| Return the position of the first (least significant) bit set in a word. | |
| char * | strrstr (const char *str, const char *substr) |
| Get the last substring occurence. | |
| char * | strcasestr (const char *haystack, const char *needle) |
| Locatea substring into a string, ignoring case. | |
Detailed Description
The file that provides functions ported from Unix in string.h.
