ISWBLANK
NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO NOTES
iswblank - test for whitespace wide character
#include wc);
The iswblank function is the wide-character equivalent of the isblank function. It tests whether wc is a wide character belonging to the wide character class ''
The wide character class
Being a subclass of the wide character class
The wide character class
The iswblank function returns non-zero if wc is a wide character belonging to the wide character class ''
This function is a GNU extension.
The behaviour of iswblank depends on the LC_CTYPE category of the current locale.
2 pages link to iswblank(3):