9 lines
139 B
Perl
Raw Normal View History

/* n_stdmac.t: C99 Standard pre-defined macros. */
/* 199901L; */
__STDC_VERSION__;
/* 1; or 0; */
__STDC_HOSTED__;