摘要:
转载:http://www.ggv.com.cn/forum/clib/ctype/isspace.html
函数isspace
原型:extern int isspace(int c);
用法:#include
功能:判断字符c是否为空白符
说明:当c为空白符时,返回非零值,否则返回零。
空白符指空格、水平制表、垂直制表、换页、回车和换行符。
阅读全文
posted @ 2009-06-19 11:34
mogu
阅读(156)
评论(0)
推荐(0)