4.3BSD-UWisc/man/cat3/exit.3

Compare this file to the similar file:
Show the results in this format:




EXIT(3)             UNIX Programmer's Manual              EXIT(3)



NAME
     exit - terminate a process after flushing any pending output

SYNOPSIS
     exit(status)
     int status;

DESCRIPTION
     _E_x_i_t terminates a process after calling the Standard I/O
     library function __c_l_e_a_n_u_p to flush any buffered output.
     _E_x_i_t never returns.

SEE ALSO
     exit(2), intro(3)









































Printed 12/27/86          May 12, 1986                          1