isxdigit
#define isxdigit(c) __sbistype((c), _CTYPE_X)
#undef isxdigit
isxdigit(int c)
static __inline int isxdigit(int c)