strnlen (9) - Linux Manuals
strnlen: Find the length of a length-limited string
Command to display strnlen
manual in Linux: $ man 9 strnlen
NAME
strnlen - Find the length of a length-limited string
SYNOPSIS
-
size_t strnlen(const char * s, size_t count);
ARGUMENTS
s
-
- The string to be sized
count
-
The maximum number of bytes to search
COPYRIGHT