Wiki Markup |
---|
The macro expansion should always be parenthesized within a function-like macro to protect any lower-precedence operators from the surrounding expression. See also \[[PRE00-A. Prefer inline functions to macros]\] and \[[PRE01-A. Use parentheses within macros around variableparameter names]\]. |
Non-Compliant Code Example
...