|
PatchworkOS
966e257
A non-POSIX operating system.
|
Go to the source code of this file.
Functions | |
| int | strcasecmp (const char *s1, const char *s2) |
| int | strncasecmp (const char *s1, const char *s2, size_t n) |
| int strcasecmp | ( | const char * | s1, |
| const char * | s2 | ||
| ) |
Definition at line 4 of file strcasecmp.c.
| int strncasecmp | ( | const char * | s1, |
| const char * | s2, | ||
| size_t | n | ||
| ) |