iscntrl
#define iscntrl(c) __sbistype((c), _CTYPE_C)
#undef iscntrl
iscntrl(int c)
static __inline int iscntrl(int c)