原 型:size_t strspn(const char *s1, const char *s2);
头 文 件:string.h
返 回 值:最长的初始字符段的长度,此初始字符段是由s1指向的且与s2指向的字符串中的全部字符一致的字符段。
相关函数:strcspn