Synopsis
int iswspace(wint_t c);
Description

iswspace tests for any wide character that corresponds to a locale-specific set of white-space wide characters for which none of iswalnum, iswgraph, or iswpunct is true.