fehQlibs 26
Qlibs
|
string comparison and helper functions; case insensitive More...
Go to the source code of this file.
Functions | |
int | case_diffb (char *s, unsigned int len, char *t) |
int | case_diffs (char *s, char *t) |
int | case_diffrs (char *s, char *t) |
void | case_lowerb (char *s, unsigned int len) |
void | case_lowers (char *s) |
void | case_upperb (char *s, unsigned int len) |
void | case_uppers (char *s) |
int | case_startb (char *s, unsigned int len, char *t) |
int | case_starts (char *s, char *t) |
string comparison and helper functions; case insensitive
Definition in file case.c.
int case_diffb | ( | char * | s, |
unsigned int | len, | ||
char * | t | ||
) |
int case_diffrs | ( | char * | s, |
char * | t | ||
) |