...
CERT C++ Secure Coding Standard | PRE00-CPP. Avoid defining macros |
---|---|
ISO/IEC TR 24772 | "NMP Pre-processor directives" |
MISRA-C | Rule 19.7 |
Bibliography
[Dewhurst 2002] | Gotcha #26, "#define Pseudofunctions" |
[FSF 2005] | Section 5.34, "An Inline Function Is as Fast as a Macro" |
[ISO/IEC 9899:2011] | Section 6.7.4, "Function Specifiers" |
---|---|
[Kettlewell 2003] | |
[Summit 2005] | Question 10.4 |
...