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