Main index | Section 3 | Options |
#include <wctype.h>
The following character class names are recognised:
alnum Ta cntrl Ta ideogram Ta print Ta space | xdigit |
alpha Ta digit Ta lower Ta punct | special |
blank Ta graph Ta phonogram Ta rune | upper |
The iswctype() function checks whether the wide character wc is in the character class charclass.
The wctype() function returns 0 if property is invalid, otherwise it returns a value of type wctype_t that can be used in subsequent calls to iswctype().
int myiswalpha(wint_t wc) { return (iswctype(wc, wctype("alpha"))); }
WCTYPE (3) | March 27, 2004 |
Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | Unix...best if used before: Tue Jan 19 03:14:08 GMT 2038 | ” |