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