ReactOS 0.4.15-dev-7788-g1ad9096
wctype.h File Reference
#include <schily/mconfig.h>
#include <schily/wchar.h>
#include <schily/ctype.h>
Include dependency graph for wctype.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ iswalnum

#define iswalnum (   c)    isalnum(c)

Definition at line 68 of file wctype.h.

◆ iswalpha

#define iswalpha (   c)    isalpha(c)

Definition at line 70 of file wctype.h.

◆ iswcntrl [1/2]

#define iswcntrl (   c)    iscntrl(c)

Definition at line 78 of file wctype.h.

◆ iswcntrl [2/2]

#define iswcntrl (   c)    iscntrl(c)

Definition at line 78 of file wctype.h.

◆ iswdigit

#define iswdigit (   c)    isdigit(c)

Definition at line 80 of file wctype.h.

◆ iswgraph

#define iswgraph (   c)    isgraph(c)

Definition at line 82 of file wctype.h.

◆ iswlower

#define iswlower (   c)    islower(c)

Definition at line 84 of file wctype.h.

◆ iswprint

#define iswprint (   c)    isprint(c)

Definition at line 86 of file wctype.h.

◆ iswpunct

#define iswpunct (   c)    ispunct(c)

Definition at line 88 of file wctype.h.

◆ iswspace

#define iswspace (   c)    isspace(c)

Definition at line 90 of file wctype.h.

◆ iswupper

#define iswupper (   c)    isupper(c)

Definition at line 92 of file wctype.h.

◆ iswxdigit

#define iswxdigit (   c)    isxdigit(c)

Definition at line 94 of file wctype.h.

◆ towlower

#define towlower (   c)    tolower(c)

Definition at line 97 of file wctype.h.

◆ towupper

#define towupper (   c)    toupper(c)

Definition at line 99 of file wctype.h.