From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/c/17.html | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 devdocs/c/17.html (limited to 'devdocs/c/17.html') diff --git a/devdocs/c/17.html b/devdocs/c/17.html new file mode 100644 index 00000000..2cb44849 --- /dev/null +++ b/devdocs/c/17.html @@ -0,0 +1,70 @@ +

C17

ISO/IEC 9899:2018, a.k.a. C17/C18 (denote the year of completion 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

Defect reports

+ + +
Defect Reports fixed in C17 (54 defects)
+
+

+ © cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
+ https://en.cppreference.com/w/c/17 +

+
-- cgit v1.2.3