|
embedded-software
reusable software modules for embedded systems
|
#include <string.h>
Typedefs | |
| typedef unsigned char | u_char |
Functions | |
| int | strcasecmp (const char *s1, const char *s2) |
| int | strncasecmp (const char *s1, const char *s2, size_t n) |
| typedef unsigned char u_char |
| int strcasecmp | ( | const char * | s1, |
| const char * | s2 | ||
| ) |
| int strncasecmp | ( | const char * | s1, |
| const char * | s2, | ||
| size_t | n | ||
| ) |