#include int iswupper(wint_t wc) { return towlower(wc) != wc; }