Difference between revisions of "Exit"
From Mesham
Jump to navigationJump to searchm |
|||
Line 4: | Line 4: | ||
* '''Pass:''' Nothing | * '''Pass:''' Nothing | ||
− | * '''Returns:''' Nothing | + | * '''Returns:''' Nothing |
+ | |||
+ | ''Since: Version 0.41b'' | ||
[[Category:Function Library]] | [[Category:Function Library]] | ||
[[Category:System Functions]] | [[Category:System Functions]] |
Revision as of 18:32, 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
Since: Version 0.41b