\"\" \"\" \"\"
Go backward to rt_main(): Program Start
Go up to Execution
Go forward to rt_abort(): Program Abortion
RISC-Linz logo

rt_exit(): Program Termination

rt_exit(n)
      int n

Specification: Terminates the RT++ program by passing control to the caller of rt_main with return code n.

Note: A return code of -1 is used to denote abnormal program abortion by rt_abort.


Author: Wolfgang Schreiner
Last Modification: April 12, 1997