原型:extern int isspace(int c); 用法:#include <ctype.h> 功能:判断字符c是否为空白符说明:当c为空白符时,返回非零值,否则返回零。 空白符指空格、水平制表、 ...
確定! 回上一頁