iswctype
iswctype
Defined in header <wctype.h> | ||
---|---|---|
int iswctype( wint_t wc, wctype_t desc ); | (since C95) |
Classifies the wide character wc
using the current C locale's LC_CTYPE category identified by desc
.
Parameters
wc | - | the wide character to classify |
desc | - | the LC_CTYPE category, obtained from a call to wctype |
Return value
Non-zero if the chara