1STRLEN(9) Basic C Library Functions STRLEN(9) 2 3 4
STRLEN(9) Basic C Library Functions STRLEN(9)
6 strlen - Find the length of a string 7
strlen - Find the length of a string
9 size_t strlen(const char * s); 10
size_t strlen(const char * s);
12 s 13 The string to be sized 14
s
The string to be sized
16Kernel Hackers Manual 3.10 June 2019 STRLEN(9)
Kernel Hackers Manual 3.10 June 2019 STRLEN(9)