strncmpi()

Character string comparison with length specified and ignored letter case.

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

str1

A pointer to a character string.

str2

A pointer to a character string.

max

The maximum number of characters to compare.

Remarks

This function operates identically to the strncasecmp() function.

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