summaryrefslogtreecommitdiff
path: root/src/__PREDEFINED_MACROS__/__STDC_HOSTED__.h
blob: 48fe28b7d9168ebb063cf8c4dc23cfc23cfd34ee (plain)
1
2
3
4
5
6
7
8
9
10
#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)
*/