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