ispunct
#define ispunct(c) __sbistype((c), _CTYPE_P)
#undef ispunct
ispunct(int c)
static __inline int ispunct(int c)