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)
*/
|