blob: 5bcfe7aa1437b9ad041fcf751a8b9d231dede210 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#define __STDC__ (1)
/** standard C support **/
/***
is automatically defined by the compiler to indicate that it supports
some version of ISO/IEC 9899.
***/
/*
VALUE_TYPE(TYPE(int))
VALUE_FIXED(1)
STDC(1)
*/
|