close
이름공간
변수

C17

cppreference.com
< c

ISO/IEC 9899:2018, a.k.a. C17/C18 (denote the year of completetion and publication respectively), is the current revision of the C standard.

C17 is same as C11, except that it bumps the __STDC_VERSION__ predefined macro to 201710L, contains several defect reports, and deprecates some features.

Obsolete

Deprecated

  • ATOMIC_VAR_INIT
  • Support for calling realloc() with zero size

Defect reports