strlen
(9)
Find the length of a string
Carta.tech
Man Pages
Kernel routines
strlen: Find the length of a string
Carta.tech
Packages
linux-manual-3.16
strlen: Find the length of a string
SYNOPSIS
size_t strlen(const char *
s
);
ARGUMENTS
s
The string to be sized
COPYRIGHT
←
strlcpy.9: Copy a c-string into a sized buffer
strncat.9: Append a length-limited, c-string to another
→