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