EXIT(3) BSD EXIT(3)
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)