...
CERT C++ Secure Coding Standard | PRE08-CPP. Guarantee that header file names are unique |
---|---|
MISRA-C | Rule 19.5 (required): Macros shall not be #define ’d or #undef ’d within a block |
Bibliography
[ISO/IEC 9899:2011] | Section 6.10.2, "Source File Inclusion" |
---|
...