Exit

From Mesham
Revision as of 22:44, 10 January 2010 by Polas (talk | contribs) (Created page with '== Overview == This exit[] function will cease program execution and return to the operating system. From an implementation point of view, this will return ''EXIT_SUCCESS'' to t…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Overview

This exit[] function will cease program execution and return to the operating system. From an implementation point of view, this will return EXIT_SUCCESS to the OS.

  • Pass: Nothing
  • Returns: Nothing