lwip_strnicmp() function
lwIP default implementation for strnicmp() non-standard function. This can be \#defined to strnicmp() depending on your platform port.
Syntax
int lwip_strnicmp(const char* str1,
const char* str2,
size_t len);
Examples
lwip_strnicmp() is referenced by 1 libraries and example projects: