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