blob: ed74ceea29a84f5f26bb934e20493f845afb0f4a [file] [log] [blame]
#include <wctype.h>
int iswupper(wint_t wc) { return towlower(wc) != wc; }