1STRNICMP(9) Basic C Library Functions STRNICMP(9)
23
4
NAME
6strnicmp - Case insensitive, length-limited string comparison
7
SYNOPSIS
9int strnicmp(const char * s1, const char * s2, size_t len);
10
ARGUMENTS
12s1
13One string
1415
s2
16The other string
1718
len
19the maximum number of characters to compare
20
COPYRIGHT
22Kernel Hackers Manual 2.6. November 2011 STRNICMP(9)