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 integer values used as sizes, indices, loop counters, and lengths, should be declared as rsize_t if available, or otherwise as size_t if not.

Non-Compliant Code Example

...