strcmpi()

String comparison that ignores letter case.

  #include <extras/extras_string.h>
  
  int strcmpi(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 operates identically to stricmp().

This facility may not be available on some configurations of the EWL.