1STRNLEN(9)                 Basic C Library Functions                STRNLEN(9)
2
3
4

NAME

6       strnlen - Find the length of a length-limited string
7

SYNOPSIS

9       size_t strnlen(const char * s, size_t count);
10

ARGUMENTS

12       s
13           The string to be sized
14
15       count
16           The maximum number of bytes to search
17
19Kernel Hackers Manual 3.10         June 2019                        STRNLEN(9)
Impressum