blob: 7e1316aae64ed0fc23a7e93ab80d13553bba41cc [file] [log] [blame]
#include <wctype.h>
int iswlower(wint_t wc) { return towupper(wc) != wc; }