iswspace (3) Linux Manual Page
NAME iswspace – test for whitespace wide character SYNOPSIS #include <wctype.h> int iswspace(wint_t wc); DESCRIPTION The iswspace() function is the wide-character equivalent of the isspace(3) function. It tests whether wc is a wide character belonging to the wide-character class "space". The wide-character class "space" is disjoint from the wide-character class "graph" and therefore also disjoint…
