Versions Compared

Key

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

...

Any variable that is used to represent the size of an object including, but not limited to, integer values used as sizes, indices, loop counters, and lengths should be declared as size_t.

Loop Counter

Include Page
c:INT01 NCCE 1
c:INT01 NCCE 1

...

Non-Compliant Code Example

...

Include Page
c:INT01 NCCE index
c:INT01 NCCE index
Include Page
c:INT01 CS index
c:INT01 CS index

References