Namespaces
Variants
Views
Actions

Difference between revisions of "c/11"

From cppreference.com
< c
(Library features)
m (New headers: {{header}})
 
Line 45: Line 45:
 
==New library features==
 
==New library features==
 
===New headers===
 
===New headers===
* {{tt|<stdalign.h>}}
+
* {{header|stdalign.h}}
* {{tt|<stdatomic.h>}}
+
* {{header|stdatomic.h}}
* {{tt|<stdnoreturn.h>}}
+
* {{header|stdnoreturn.h}}
* {{tt|<threads.h>}}
+
* {{header|threads.h}}
* {{tt|<uchar.h>}}
+
* {{header|uchar.h}}
  
 
===Library features===
 
===Library features===

Latest revision as of 13:32, 7 July 2022

ISO/IEC 9899:2011, a.k.a. C11, is a previous revision of the C standard.

Contents

[edit] Obsolete

[edit] Removed

[edit] New language features

[edit] Feature test macros for optional features

[edit] New library features

[edit] New headers

[edit] Library features

[edit] Defect reports

Template:c/language/history/DR11

[edit] Compiler support

Template:c/compiler support/11