40 int strcicmp(
const char* s1,
const char* s2);
char * strtolower(char *str)
Converts a string to all lower case.
Definition: Case.cc:36
char * strtoupper(char *str)
Converts a string to all upper case.
Definition: Case.cc:48
int strcicmp(const char *s1, const char *s2)
Case-insensitive string comparison.
Definition: Case.cc:62