size_t strlen

size_t strlen(const char *) __ATTR_PURE__

The strlen() function calculates the length of the string src, not including the terminating '\0' character.

Remember:

The strlen() function returns the number of characters in src.