...
CERT C Coding Standard | DCL37-C. Do not declare or define a reserved identifier PRE06-C. Enclose header files in an inclusion guard |
MISRA 08 | Rule 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" |
...