isdigit
文字が10進数字であるかどうか判定します。
[指定形式]
#include <ctype.h>
long isdigit(long c);
[引数]
c 判定する文字
[戻り値]
文字cが10進数字の時:0以外
文字cが10進数字以外の時:0