Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CERT C Coding StandardDCL37-C. Do not declare or define a reserved identifier
PRE06-C. Enclose header files in an inclusion guard 
MISRA 08Rule 17-0-1, "Reserved identifiers, macros and functions in the standard library shall not be defined, redefined or undefined"

Bibliography

[ISO/IEC 14882-2014]

17.6.4.3, "Reserved Names"

[ISO/IEC 9899:2011]7.1.3, "Reserved Identifiers"

...