.TITLE EXITT Exit Without Status .IDENT "V1.2" .ENABL LC .PSECT C$CODE ;+ ; Index EXITT Exit Without Status ; ; Usage ; ; #include ; ; exitt(); ; ; Notes ; ; The function name is wierd to avoid clash with normal ; exit() routine. ; ; Failure results in task abort. ; ; [end] ;- ; Edits: ; V1.0 12-Jun-80 RBD Initial edit ; V1.1 01-Jul-82 RBD Changed name to exitt() to avoid clash. ; V1.2 19-Oct-82 RBD Change P-Section. Fix Documentation ; .mcall exit$s exitt:: exit$s jmp abort .end