summaryrefslogtreecommitdiff
path: root/src/__STDC_HOSTED__.c
blob: 18df218b1094dfd31eda30806ce767d390ed8a61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#define __STDC_HOSTED__

/** hosted or free-standing implementation **/

/***
is defined to the integer constant CONST(1) if the implementation
is hosted, CONST(0) otherwise.
***/

/*
STDC(199901)
*/