原 型:int isprint(int c);
头 文 件:ctype.h
返 回 值:如果c是显示字符(包括空格),返回非零值;否则返回零。
相似函数:isgraph
相关函数:iscntrl、isspace