Scroll to navigation

STRLEN(9) Basic C Library Functions STRLEN(9)

NAME

strlen - Find the length of a string

SYNOPSIS

size_t strlen(const char * s);

ARGUMENTS

s
The string to be sized

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16