c / latest / 99.html /

C99

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

Obsolete

Removed

  • Implicit int in declarations
  • Implicit function declarations

Deprecated

New language features

Feature test macros for optional features

New library features

New headers

  • <complex.h>
  • <fenv.h>
  • <inttypes.h>
  • <stdbool.h>
  • <stdint.h>
  • <tgmath.h>

Library features

Defect reports

Template:c/language/history/DR99.

Compiler support

Template:c/compiler support/99.

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