Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This solution is in accordance with INT18-C. Evaluate integer expressions in a larger size before comparing or assigning to that size. Note that (time_+t)-1 also complies with INT31-C-EX3.

Noncompliant Code Example (memset())

...