My Project
|
Go to the source code of this file.
Functions | |
char * | strcasestr (char *src, char *sub) |
char* strcasestr | ( | char * | src, |
char * | sub | ||
) |
Case-insensitive version of strstr().
src | Pointer to string in which substring is seached |
sub | Pointer to substring which is searced for in source string |
References touppercase.
Referenced by cunitFromFilename().