Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 489 Bytes

File metadata and controls

17 lines (9 loc) · 489 Bytes

PRE32-C: Do not use preprocessor directives in invocations of function-like macros

This query implements the CERT-C rule PRE32-C:

Do not use preprocessor directives in invocations of function-like macros

CERT

** REPLACE THIS BY RUNNING THE SCRIPT scripts/help/cert-help-extraction.py **

Implementation notes

None

References