EXIT(3) — SUBROUTINES
NAME
exit − terminate a process after flushing any pending output
SYNOPSIS
exit(status)
int status;
DESCRIPTION
Exit terminates a process by calling exit(2) after calling the Standard I/O library function _cleanup to flush any buffered output. Exit never returns.
SEE ALSO
Sun Release 1.1 — Last change: 23 August 1983