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

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.
Parameters:
srcPointer to string in which substring is seached
subPointer to substring which is searced for in source string

References touppercase.

Referenced by cunitFromFilename().