Versions Compared

Key

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

THIS IS THE VOID SECTION, ITS CONTENTS ARE NOT INTENDED TO BE PART OF THE SECURE CODING STANDARDS.

By definition, the types intmax_t and uintmax_t are capable of representing any value representable by any other types of the same signedness.  By using these types, the danger of truncation associated with the ambiguities of a change in platform or architecture, e.g. IA-32 to x86-64, can be mitigated.

...