RosettaCodeData/Task/Introspection/C/introspection.c
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

5 lines
177 B
C

#if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 199901L
#pragma error("C compiler must adhere to at least C99 for the following code.")
#else
/* rest of file */
#endif