SEC15_STRICT_ANSI.hss 404 B

12345678910
  1. [Main]
  2. Title=__STRICT_ANSI__
  3. [Top]
  4. GCC defines this macro if and only if the <B>'-ansi'</B> switch, or a
  5. <B>'-std'</B> switch specifying strict conformance to some version of ISO C,
  6. was specified when GCC was invoked. It is defined to <CODE>1</CODE>.
  7. This macro exists primarily to direct GNU libc's header files to
  8. restrict their definitions to the minimal set found in the 1989 C
  9. standard.