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