Versions Compared

Key

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

...

The function exit1() is registered by atexit(), so upon program termination, exit1() is called. Execution will jump back to main() and return, with undefined results.

...