Versions Compared

Key

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

...

This rule appears in the C++ Secure Coding Standard as PRE12INT17-CPP. Define numeric integer constants in a portable wayan implementation-independent manner.

References

Wiki Markup
\[[Dewhurst 02|AA. C References#Dewhurst 02]\] Gotcha #25, "#define Literals"
\[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]] Section 6.4.4.1, "Integer constants"

...