...
CERT C++ Secure Coding Standard | PRE06-CPP. Enclose header files in an inclusion guard |
---|---|
MISRA-C | Rule 19.5 (required): Macros shall not be #define ’d or #undef ’d within a block |
Bibliography
[Plum 1985] | Rule 1-14 |
...
...
CERT C++ Secure Coding Standard | PRE06-CPP. Enclose header files in an inclusion guard |
---|---|
MISRA-C | Rule 19.5 (required): Macros shall not be #define ’d or #undef ’d within a block |
[Plum 1985] | Rule 1-14 |
...