1 2 3 4 5 6 7 8
#include <wchar.h> #include <wctype.h> #include <ctype.h> int iswblank(wint_t wc) { return isblank(wc); }