C18 (C standard revision)

C18 and C17 are informal names for ISO/IEC 9899:2018,[1][2] the most recent standard for the C programming language, published in June 2018. It replaced C11 (standard ISO/IEC 9899:2011).[3] Support was scheduled for GCC 8 and LLVM Clang 6.0 .[1]

Changes from C11

C18 addressed defects in C11 without introducing new language features.[3]

The __STDC_VERSION__ macro is increased to the value 201710L.

See also

References

  1. 1 2 "Initial C17 Language Support Lands In LLVM Clang 6.0 SVN - Phoronix". Phoronix.
  2. "ISO/IEC 9899:2018 - Information technology -- Programming languages -- C". www.iso.org.
  3. 1 2 "The Standard - C". www.iso-9899.info.
  • N2176, final draft of the standard
  • N2244, defect report summary for C11
  • ISO C Working Group's official website
  • Gustedt, Jens (April 17, 2018). "C17", changes from C11
Preceded by
C11
C language standards Succeeded by
-

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.