summaryrefslogtreecommitdiff
path: root/src/stddef/wchar_t.h
blob: eae2d067c37c36fcaed321940da297c9d14d8e38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
typedef int                                                             wchar_t;

/** wide character type **/

/***
is an integer type used to represent wide characters. Using a THIS(),
every character in the current locale can be represented by a single variable.
The null character will always have the value LITERAL(0).
***/

/*
TYPEDEF(integer)
STDC(1)
*/