Contents
Synopsis
1
#include <wctype.h> int iswgraph(wint_t wc);
Description
2
The iswgraph function tests for any wide character for which iswprint is true and iswspace is false.[1]
Footnotes