xref: /original-bsd/lib/libc/stdlib/exit.3 (revision 79cf7955)
Copyright (c) 1983 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)exit.3 6.2 (Berkeley) 05/12/86

EXIT 3 ""
C 5
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)