other versions
other sections
STRNCMP(9) | Basic C Library Functions | STRNCMP(9) |
NAME¶
strncmp - Compare two length-limited strings
SYNOPSIS¶
int strncmp(const char * cs, const char * ct, size_t count);
ARGUMENTS¶
const char * cs
One string
const char * ct
Another string
size_t count
The maximum number of bytes to compare
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.11 |