other versions
other sections
STRNLEN(9) | Basic C Library Functions | STRNLEN(9) |
NAME¶
strnlen - Find the length of a length-limited string
SYNOPSIS¶
size_t strnlen(const char * s, size_t count);
ARGUMENTS¶
const char * s
The string to be sized
size_t count
The maximum number of bytes to search
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.11 |