iswctype
return iswctype(chr, cclass);
int iswctype(wint_t, wctype_t);
if (iswctype(i, wct))
if (iswctype(ch, cs->types[i]))
ATF_REQUIRE(!!iswctype(wc, wct) == inout);