1STRNLEN(9) Basic C Library Functions STRNLEN(9)
23
4
NAME
6strnlen - Find the length of a length-limited string
7
SYNOPSIS
9size_t strnlen(const char * s, size_t count);
10
ARGUMENTS
12s
13The string to be sized
1415
count
16The maximum number of bytes to search
17
COPYRIGHT
19Kernel Hackers Manual 2.6. June 2019 STRNLEN(9)