strlen (9) - Linux Manuals

strlen: Find the length of a string

NAME

strlen - Find the length of a string

SYNOPSIS

size_t strlen(const char s);

ARGUMENTS

s

The string to be sized

COPYRIGHT