1STRNCMP(9) Basic C Library Functions STRNCMP(9)
23
4
NAME
6strncmp - Compare two length-limited strings
7
SYNOPSIS
9int strncmp(const char * cs, const char * ct, size_t count);
10
ARGUMENTS
12cs
13One string
1415
ct
16Another string
1718
count
19The maximum number of bytes to compare
20
COPYRIGHT
22Kernel Hackers Manual 2.6. November 2011 STRNCMP(9)