File nut/c/string/stricmp.c


Included Files


Typedef u_char

typedef unsigned char u_char

Local Variables

charmap
static const u_char charmap[]
Used in: stricmp()  
  strnicmp()  

Global Function stricmp()

int stricmp ( const char* s1, const char* s2 )
References Variables: charmap nut/c/string/stricmp.c

Global Function strnicmp()

int strnicmp ( const char* s1, const char* s2, size_t n )
References Variables: charmap nut/c/string/stricmp.c