EXIT(3)
NAME
exit − terminate a process after flushing any pending output
USAGE
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.
exit − terminate a process after flushing any pending output
exit(status) int status;
Exit terminates a process after calling the standard I/O library function _cleanup to flush any buffered output. Exit never returns.