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