13-02-2015, 12:36 PM
The amplification to rule 20.3 states that the rule applies "after macro replacement" has been performed. Is the number/absence of spaces and comments between #include and the " or < irrelevant?
So for example:
So for example:
Code:
#include /* no space - compliant ? */
#include/* comment*/ /* compliant ? */.
Posted by and on behalf of the MISRA C Working Group