My Project
Functions
substitutions.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char * strcasestr (char *src, char *sub)
 

Function Documentation

◆ strcasestr()

char* strcasestr ( char *  src,
char *  sub 
)

Case-insensitive version of strstr().

Returns
Returns a pointer to the beginning of the first occurrence, or NULL if not found.

References touppercase.

Referenced by cunitFromFilename().