ref: 12934f8fb43662ca8bc906caaad5f5e8ccbb6bc1 dir: /lib/c/ctype/isgraph.c/
#include <ctype.h> #undef isgraph int isgraph(int c) { return (__ctype+1)[c] & (_P|_U|_L|_D); }