Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
ANSI C
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===C99=== {{Main article|C99}} In March 2000, ANSI adopted the ISO/IEC 9899:1999 standard.<ref>{{Cite web|url=http://www.iso.org/cms/render/live/en/sites/isoorg/contents/data/standard/02/92/29237.html|title=ISO/IEC 9899:1999|website=ISO|language=en|access-date=2019-01-21}}</ref> This standard is commonly referred to as C99. Some notable additions to the previous standard include: * New built-in [[C data types|data types]]: <code>long long</code>, <code>_Bool</code>, <code>_Complex</code>, and <code>_Imaginary</code> * Several new core language features, including static array indices, designated initializers, compound literals, [[variable-length array]]s, [[flexible array member]]s, [[variadic macro]]s, and <code>[[restrict]]</code> keyword * Several new library headers, including <code>[[stdint.h]]</code>, <code><tgmath.h></code>, <code>fenv.h</code>, <code><complex.h></code> * Improved compatibility with several [[C++]] features, including [[inline function]]s, single-line [[Comment (computer programming)|comments]] with <code>//</code>, mixing [[Declaration (computer programming)|declarations]] and code, and universal character names in [[Identifier (computer programming)|identifiers]] * Removed several dangerous C89 language features such as implicit function declarations and implicit <code>int</code> Three technical corrigenda were published by ISO for C99: * ISO/IEC 9899:1999/Cor 1:2001(E) * ISO/IEC 9899:1999/Cor 2:2004(E) * ISO/IEC 9899:1999/Cor 3:2007(E), notable for deprecating the standard library function [[gets()|gets]] This standard has been withdrawn by both ANSI/INCITS<ref>{{cite web|url=https://webstore.ansi.org/Standards/INCITS/INCITSISOIEC98992012|title=INCITS/ISO/IEC 9899-2012|publisher=ANSI}}</ref> and ISO/IEC<ref>{{cite web|url=https://www.iso.org/standard/29237.html|title=ISO/IEC 9899:1999 - Programming Languages -- C|access-date=2012-06-24}}</ref> in favour of C11.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
ANSI C
(section)
Add topic