Manpages

NAME

strlen − Find the length of a string

SYNOPSIS

size_t strlen(const char * s);

ARGUMENTS

const char * s

The string to be sized

COPYRIGHT