Character string comparison with length specified and ignored letter case.
#include <extras/extras_string.h> int strnicmp(const char *s1, const char *s2, size_t n);
str1
A pointer to a character string.
str2
A pointer to a character string.
max
The maximum number of characters to compare.
This function operates identically to the strncasecmp() function.
This facility may not be available on some configurations of the EWL.