other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
STRNCMP(9) | Basic C Library Functions | STRNCMP(9) |
NAME¶
strncmp - Compare two length-limited stringsSYNOPSIS¶
int
strncmp(const char * cs,
const char * ct,
size_t count);
ARGUMENTS¶
csOne string
ct
Another string
count
The maximum number of bytes to compare
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |