#include <stdlib.h>
Go to the source code of this file.
Functions | |
int | EST_strcasecmp (const char *s1, const char *s2, const unsigned char *charmap) |
int | EST_strncasecmp (const char *s1, const char *s2, size_t n, const unsigned char *charmap) |
int EST_strcasecmp | ( | const char * | s1, |
const char * | s2, | ||
const unsigned char * | charmap | ||
) |
Definition at line 83 of file EST_strcasecmp.c.
int EST_strncasecmp | ( | const char * | s1, |
const char * | s2, | ||
size_t | n, | ||
const unsigned char * | charmap | ||
) |
Definition at line 98 of file EST_strcasecmp.c.