xref: /csrg-svn/lib/libc/stdlib/exit.3 (revision 20496)
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 5.1 (Berkeley) 05/15/85

EXIT 3 "1 April 1983"
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(3S)