#include "src/main.h"
#include <ctype.h>
Go to the source code of this file.
Functions | |
int | egg_strcasecmp (const char *, const char *) |
int | egg_strncasecmp (const char *, const char *, size_t) |
int egg_strcasecmp | ( | const char * | , | |
const char * | ||||
) |
Definition at line 29 of file strcasecmp.c.
int egg_strncasecmp | ( | const char * | , | |
const char * | , | |||
size_t | ||||
) |
Definition at line 40 of file strcasecmp.c.