ISWSPACE
NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO NOTES
iswspace - test for whitespace wide character
#include wc);
The iswspace function is the wide-character equivalent of the isspace function. It tests whether wc is a wide character belonging to the wide character class ''
The wide character class
The wide character class
The wide character class
The iswspace function returns non-zero if wc is a wide character belonging to the wide character class ''
ISO/ANSI C, UNIX98
The behaviour of iswspace depends on the LC_CTYPE category of the current locale.
2 pages link to iswspace(3):