#include <string.h>
size_t strlen(const char *s);
strlen() returns the number of characters in string s.
The length of the string.