strneq
#define strneq(a,b,n) (strncasecmp(a,b,n) == 0)
#undef strneq
strneq(const char *str1, const char *str2, int n)