Synopsis: | #ifdef, #ifndef, #if defined and #if !defined are not allowed in external header files. |
Language: | C |
Severity Level: | 3 |
Category: | Preprocessing Directives |
Description: |
Justification Defining code in external header files makes the inclusion very error-prone. Exceptions:
|