You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  • Don't use identifiers that are already declared
    • For example, don't name a variable 'errno'
  • Don't pass functions invalid values
  • For floating point exception functions, only pass 0 or bitwise OR of floating point macros
  • No labels