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