Edinburgh Speech Tools  2.1-release
EST_strcasecmp.h File Reference
#include <stdlib.h>
Include dependency graph for EST_strcasecmp.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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.