#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include "u_mem.h"Defines | |
| #define | strcmpi(a, b) stricmp(a,b) |
Functions | |
| int | stricmp (const char *s1, const char *s2) |
| int | strnicmp (const char *s1, const char *s2, int n) |
| void | strlwr (char *s1) |
| void | strupr (char *s1) |
| void | strrev (char *s1) |
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
1.4.6