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

March 2016 Kernel Hackers Manual 3.2.