1
2
3
#include <string.h>
 
size_t strlen(const char * s);
cs

전달된 문자열의 길이를 반환하되, 널 문자는 길이에 포함하지 않는다.

Posted by 知彼知己百戰不殆
,