1EXIT(3) Library Functions Manual EXIT(3)
23
4
NAME
6exit - terminate a process after flushing any pending output
7
SYNOPSIS
9exit(status)
10int status;
11
DESCRIPTION
13Exit terminates a process after calling the Standard I/O library func‐
14tion _cleanup to flush any buffered output. Exit never returns.
15
SEE ALSO
17exit(2), intro(3)
1819
20
21
4.2 Berkeley Distribution May 12, 1986 EXIT(3)