iswupper

Function iswupper 

Source
pub unsafe extern "C" fn iswupper(__wc: wint_t) -> c_int
Expand description

Test for any wide character that corresponds to an uppercase letter or is one of a locale-specific set of wide character for which none of iswcntrl', iswdigit’, iswpunct', or iswspace’ is true.