#include #include int isblank(wint_t c) { return c == L' ' || c == L'\t'; }