ref: de505b2650948c2f4ada5368eaf8a019cf1099bc dir: /lib/c/ispunct.c/
#define __USE_MACROS #include <ctype.h> #undef ispunct int ispunct(int c) { return (__ctype+1)[c] & (_P); }