Synopsis
size_t strlen(const char *s);
Description

strlen returns the length of the string pointed to by s, that is the number of characters that precede the terminating null character.