#include "main.h"
#include "memcpy.h"
Go to the source code of this file.
Functions | |
int | egg_strcasecmp (const char *s1, const char *s2) |
int | egg_strncasecmp (const char *s1, const char *s2, size_t n) |
int egg_strcasecmp | ( | const char * | s1, | |
const char * | s2 | |||
) |
Definition at line 29 of file strcasecmp.c.
int egg_strncasecmp | ( | const char * | s1, | |
const char * | s2, | |||
size_t | n | |||
) |
Definition at line 40 of file strcasecmp.c.