Expand description
wctype.h implementation.
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/wctype.h.html.
Constants§
- WCTYPE_
ALNUM - WCTYPE_
ALPHA - WCTYPE_
BLANK - WCTYPE_
CNTRL - WCTYPE_
DIGIT - WCTYPE_
GRAPH - WCTYPE_
LOWER - WCTYPE_
PRINT - WCTYPE_
PUNCT - WCTYPE_
SPACE - WCTYPE_
UPPER - WCTYPE_
XDIGIT - WEOF
Functions§
- iswalnum
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswalnum.html.
- iswalpha
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswalpha.html.
- iswblank
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswblank.html.
- iswcntrl
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswcntrl.html.
- iswctype
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswctype.html.
- iswdigit
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswdigit.html.
- iswgraph
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswgraph.html.
- iswlower
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswlower.html.
- iswprint
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswprint.html.
- iswpunct
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswpunct.html.
- iswspace
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswspace.html.
- iswupper
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswupper.html.
- iswxdigit
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/iswxdigit.html.
- towctrans
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/towctrans.html.
- towlower
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/towlower.html.
- towupper
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/towupper.html.
- wctrans⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/wctrans.html.
- wctype⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/wctype.html.