1STRNICMP(9)                Basic C Library Functions               STRNICMP(9)
2
3
4

NAME

6       strnicmp - Case insensitive, length-limited string comparison
7

SYNOPSIS

9       int strnicmp(const char * s1, const char * s2, size_t len);
10

ARGUMENTS

12       s1
13           One string
14
15       s2
16           The other string
17
18       len
19           the maximum number of characters to compare
20
22Kernel Hackers Manual 3.10         June 2019                       STRNICMP(9)
Impressum