包含在查找更多文档专项支持资源 | 以 PDF 格式下载本书 (2106 KB)
1.5 Standards ConformanceThe term C99 used in this book refers to the ISO/IEC 9899:1999 C programming language. The term C90 refers to the ISO/IEC 9899:1990 C programming language. This compiler is in full compliance with the C99 standard on Solaris platforms when you specify -xc99=all,lib—Xc. This compiler also conforms with the ISO/IEC 9899:1990, Programming Languages- C standard. Because the compiler also supports traditional K&R C (Kernighan and Ritchie, or pre-ANSI C), it can ease your migration to ISO C. For information on C90 implementation-specific behavior, see D.1.17 _Pragma. For more information on C99 features, see Table C–6. |