strnlen (9) Linux Manual Page
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
strnlen – Find the length of a length-limited string
size_t strnlen(const char *s, size_t count);
s
count