rt_main()
: Program Startrt_abort()
: Program Abortion
rt_exit()
: Program Terminationrt_exit
(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
.