...
Note also that macro parameters cannot be individually parenthesized when concatenating tokens using the ##
operator, converting macro parameters to strings using the #
operator, or concatenating adjacent string literals. This is an exception PRE01-EX2 to PRE01-AC. Use parentheses within macros around parameter names - CERT Secure Coding Standards.
Non-Compliant Code Example
...