Tests for a wide-character code to determine whether it is a whitespace character.
#include <wctype.h>
int iswspace (
wint_t wc);
(IN) Specifies the wide-character code to test.
Returns a nonzero value when the wc argument is one of the whitespace characters for the current locale. Otherwise, it returns zero.
The isspace function tests for the following whitespace characters: