
Go to the source code of this file.
Typedefs | |
| typedef unsigned char | uint8_t |
Functions | |
| int | stricmp (CONST char *s1, CONST char *s2) |
| Compare two strings, ignoring case. | |
| int | strnicmp (CONST char *s1, CONST char *s2, size_t n) |
| Compare two strings up to a given number of characters and ignoring case. | |