stringutil.h
Go to the documentation of this file.
void * memrchr(const void *s, int c, size_t n)
void * memmem(const void *haystack, size_t haystacklen, const void *needle, size_t needlelen)
const char * strstri(const char *pString, const char *pToken)
Return pointer to occurrence of substring in string. Case insensitive.
int memicmp(const void *buf1, const void *buf2, size_t len)
Compare block of memory without case sensitivity.