Recommendations

EXP00-A. Use parentheses for precedence of operation

EXP01-A. Use parentheses within macros around variable names

EXP02-A. Reserved

EXP03-A. Reserved

EXP04-A. Reserved

EXP05-A. Do not cast away a const qualification

Rules

EXP30-C. Do not depend on order of evaluation between sequence points

EXP31-C. Do not modify constant values

EXP32-C. Do not access a volatile object through a non-volatile reference

EXP33-C. Do not reference uninitialized variables