Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Don't Do not use identifiers that are already declared
    • For example, don't name a variable 'errno'
  • Don't Do not pass functions invalid values
  • For floating point exception functions, only pass 0 or bitwise OR of floating point macros
  • Do not modify the string returned by setlocale()