isprint
#define isprint(c) __sbistype((c), _CTYPE_R)
#undef isprint
isprint(int c)
static __inline int isprint(int c)