isdigit
#define isdigit(x) (is_digit[x])
#define isdigit(c) __sbistype((c), _CTYPE_D)
#undef isdigit
#define isdigit(c) _bcs_isdigit(c)
#undef isdigit
#define isdigit(c) _bcs_isdigit(c)
#undef isdigit
isdigit(int c)
isdigit(int c)
#define isdigit(c) ((c) >= '0' && (c) <= '9')