other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
STRNICMP(9) | Basic C Library Functions | STRNICMP(9) |
NAME¶
strnicmp - Case insensitive, length-limited string comparisonSYNOPSIS¶
int
strnicmp(const char * s1,
const char * s2,
size_t len);
ARGUMENTS¶
s1One string
s2
The other string
len
the maximum number of characters to
compare
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |