blob: 9aaff74f85b6bf0d5083b144dc3dcf66516e4837 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#define __STDC_ISO_10646__
/** supported UCS version **/
/***
is defined if TYPE(wchar_t) represents characters encoded
in conformance with ISO/IEC 10646. In this case, THIS() is
defined as an integer CONST(yyyymmL), where CONST(yyyy)
represents the year and CONST(mm) the month of the supported
version of ISO/IEC 10646.
***/
/*
STDC(199901)
*/
|