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

April 2019 Kernel Hackers Manual 4.9.