other versions
- jessie-backports 4.9.88-1+deb9u1~bpo8+1
- stretch 4.9.144-3
other sections
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¶
May 2018 | Kernel Hackers Manual 4.9. |