当前位置: 技术问答>linux和unix
请问strspn这个函数英文全称
来源: 互联网 发布时间:2016-04-01
本文导语: 如题,第一个正确答案得10分,其他酌情给分. 比如strtok的英文全称应该是string token. strcpy 的是string copy. 这样方便我记住函数功能. | 楼上的都没说对,我从Apple找来的,看来人家的MacOS10还是...
如题,第一个正确答案得10分,其他酌情给分. 比如strtok的英文全称应该是string token. strcpy 的是string copy. 这样方便我记住函数功能.
|
楼上的都没说对,我从Apple找来的,看来人家的MacOS10还是保留了很多原汁原味的东西。
The strspn() function spans the initial part of the null-terminated string s1, as long as the charac-ters characters
ters from s1 occur in string s2.
spn --- span
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/strspn.3.html
The strspn() function spans the initial part of the null-terminated string s1, as long as the charac-ters characters
ters from s1 occur in string s2.
spn --- span
http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/strspn.3.html
|
strspn, strcspn - search a string for a set of characters
|
string span
|
http://www.freebsd.org/cgi/man.cgi?query=strspn&apropos=0&sektion=0&manpath=FreeBSD+7.0-RELEASE&format=html