阅读: 评论:0
size_t strlen(const char *s);
The strlen() function calculates the length of the string pointed to by s, excluding the terminating null byte ('