ref: 914c674f1eec2150b7d2c2bb8066c023c66878dd dir: /src/libc/ctype/ispunct.c/
#include <ctype.h> #undef ispunct int ispunct(int c) { return (__ctype+1)[c] & (_P); }