ReactOS 0.4.16-dev-847-g386fccd
|
Go to the source code of this file.
Macros | |
#define | iswalnum(c) isalnum(c) |
#define | iswalpha(c) isalpha(c) |
#define | iswcntrl(c) iscntrl(c) |
#define | iswcntrl(c) iscntrl(c) |
#define | iswdigit(c) isdigit(c) |
#define | iswgraph(c) isgraph(c) |
#define | iswlower(c) islower(c) |
#define | iswprint(c) isprint(c) |
#define | iswpunct(c) ispunct(c) |
#define | iswspace(c) isspace(c) |
#define | iswupper(c) isupper(c) |
#define | iswxdigit(c) isxdigit(c) |
#define | towlower(c) tolower(c) |
#define | towupper(c) toupper(c) |