Versions Compared

Key

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

...

CERT C++ Secure Coding StandardPRE08-CPP. Guarantee that header file names are unique
MISRA-CRule 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"

...