iscgraph
#define iscgraph(c) isgraph_l(c, LC_C_LOCALE)
#define iscgraph(c) isgraph(c)
iscgraph(int c) {