Difference between revisions of "Exit"

From Mesham
Jump to navigationJump to search
(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…')
 
Line 1: Line 1:
 
== Overview ==
 
== 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.
+
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
 
* '''Pass:''' Nothing

Revision as of 13:30, 13 January 2013

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