wctype.h File Reference
API published in:
API deprecated in:
#include <sys/cdefs.h>
#include <sys/_types.h>
#include <_ctype.h>
Go to the source code of this file.
Define Documentation
Typedef Documentation
Function Documentation
__BEGIN_DECLS IMPORT_C int iswalnum |
( |
wint_t
|
|
) |
|
|
IMPORT_C int iswalpha |
( |
wint_t
|
|
) |
|
|
IMPORT_C int iswblank |
( |
wint_t
|
|
) |
|
|
IMPORT_C int iswcntrl |
( |
wint_t
|
|
) |
|
|
IMPORT_C int iswdigit |
( |
wint_t
|
|
) |
|
|
IMPORT_C int iswgraph |
( |
wint_t
|
|
) |
|
|
IMPORT_C int iswlower |
( |
wint_t
|
|
) |
|
|
IMPORT_C int iswprint |
( |
wint_t
|
|
) |
|
|
IMPORT_C int iswpunct |
( |
wint_t
|
|
) |
|
|
IMPORT_C int iswspace |
( |
wint_t
|
|
) |
|
|
IMPORT_C int iswupper |
( |
wint_t
|
|
) |
|
|
IMPORT_C int iswxdigit |
( |
wint_t
|
|
) |
|
|
IMPORT_C wctype_t wctype
|
( |
const char * |
|
) |
|
|