7.25.2.1.10 The iswspace function

Synopsis

1

#include <wctype.h>
int iswspace(wint_t wc);

Description

2

The iswspace function 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.