Name

strlen — Find the length of a string

Synopsis

size_t strlen (const char * s);
 

Arguments

const char * s

The string to be sized