Go backward to rt_main(): Program Start
Go up to Execution
Go forward to rt_abort(): Program Abortion

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.


Wolfgang.Schreiner@risc.uni-linz.ac.at
Id: main.tex,v 1.10 1996/04/04 11:45:47 schreine Exp

Prev Up Next