9 lines
139 B
Perl
9 lines
139 B
Perl
|
/* n_stdmac.t: C99 Standard pre-defined macros. */
|
||
|
|
||
|
/* 199901L; */
|
||
|
__STDC_VERSION__;
|
||
|
|
||
|
/* 1; or 0; */
|
||
|
__STDC_HOSTED__;
|
||
|
|