Versions Compared

Key

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

...

EXP12-EX1: If the return value is inconsequential or if any errors can be safely ignored, such as for functions called because of their side effects, the function should be explicitly cast to void to signify programmer intent. For an example of this exception, see the "compliant solution (Remove Existing Destination File)" under "Portable Behavior" section in FIO10-C. Take care when using the rename() function.

...