strncasecmp (9) - Linux Manuals
strncasecmp: Case insensitive, length-limited string comparison
NAME
strncasecmp - Case insensitive, length-limited string comparison
SYNOPSIS
-
int strncasecmp(const char
* s1, const char* s2, size_tlen);
ARGUMENTS
s1
-
- One string
s2
- The other string
len
- the maximum number of characters to compare
COPYRIGHT