#include <string.h> size_t strlen(const char *string); ... The strlen() function determines the length of string excluding the ending null character.
確定! 回上一頁