strlen(9) Find the length of a string

SYNOPSIS

size_t strlen(const char * s);

ARGUMENTS

s

The string to be sized

COPYRIGHT