iswupper
int iswupper(wint_t);
if (iswupper(ch))
if (iswupper(*cp))
if (iswupper(c))
ATF_REQUIRE_EQ(!!iswupper(wc), inout);