Name exit
Definition exit(x:val(int)):expr(void)
Defined in ctrl.l
Implementation icode
Description Terminate the program with the specified exit status; 0 represents sucess, other values represent failure. Before stopping any atexit expression is evaluated.
See Also atexit