strlen Subroutine
size_t strlen(string str)strlen returns the length of the specified string in bytes, excluding the terminating null byte.
strlen Subroutine
size_t strlen(string str)strlen returns the length of the specified string in bytes, excluding the terminating null byte.