wctype.h#
Functions#
Function |
Implemented |
C23 Standard Section |
POSIX Docs |
|---|---|---|---|
iswalnum |
✅ |
7.32.2.1.1 |
|
iswalnum_l |
|||
iswalpha |
✅ |
7.32.2.1.2 |
|
iswalpha_l |
|||
iswblank |
✅ |
7.32.2.1.3 |
|
iswblank_l |
|||
iswcntrl |
✅ |
7.32.2.1.4 |
|
iswcntrl_l |
|||
iswctype |
7.32.2.2.1 |
||
iswctype_l |
|||
iswdigit |
✅ |
7.32.2.1.5 |
|
iswdigit_l |
|||
iswgraph |
✅ |
7.32.2.1.6 |
|
iswgraph_l |
|||
iswlower |
✅ |
7.32.2.1.7 |
|
iswlower_l |
|||
iswprint |
✅ |
7.32.2.1.8 |
|
iswprint_l |
|||
iswpunct |
✅ |
7.32.2.1.9 |
|
iswpunct_l |
|||
iswspace |
✅ |
7.32.2.1.10 |
|
iswspace_l |
|||
iswupper |
✅ |
7.32.2.1.11 |
|
iswupper_l |
|||
iswxdigit |
✅ |
7.32.2.1.12 |
|
iswxdigit_l |
|||
towctrans |
7.32.3.2.1 |
||
towctrans_l |
|||
towlower |
7.32.3.1.1 |
||
towlower_l |
|||
towupper |
7.32.3.1.2 |
||
towupper_l |
|||
wctrans |
7.32.3.2.2 |
||
wctrans_l |
|||
wctype |
7.32.2.2.2 |
||
wctype_l |