e5a7f14c ^
c09b6f8a ^
1 2
3
4 5 6
#include <wctype.h> int iswgraph_l(wint_t c, locale_t l) { return iswgraph(c); }