stricmp()

String comparison that ignores letter case.

  #include <extras/extras_string.h>
  
  int stricmp(const char *s1,const char *s2);    
Parameter

s1

A pointer to a null-terminated character string.

s2

A pointer to a null-terminated character string.

Remarks

This function returns one of these values: