isgraph
文字が空白(' ')を除く任意の印字文字かどうかを判定します。
[指定形式]
#include <ctype.h>
long isgraph(long c);
[引数]
c 判定する文字
[戻り値]
文字cが空白を除く印字文字の時:0以外
文字cが空白を除く印字文字以外の時:0