EXIT(3-BSD) RISC/os Reference Manual EXIT(3-BSD)
NAME
exit - terminate a process after flushing any pending output
SYNOPSIS
exit(status)
int status;
DESCRIPTION
exit terminates a process after calling the Standard I/O
library function _cleanup to flush any buffered output.
exit never returns.
SEE ALSO
exit(2), intro(3)
Printed 1/15/91 Page 1