4.3BSD-Reno/share/man/cat3/exit.0

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




EXIT(3)                       1990			  EXIT(3)



NNAAMMEE
     exit - perform normal program termination

SSYYNNOOPPSSIISS
     ##iinncclluuddee <<ssttddlliibb..hh>>

     vvooiidd
     eexxiitt((ssttaattuuss))
     iinntt ssttaattuuss;;

DDEESSCCRRIIPPTTIIOONN
     _E_x_i_t terminates a process.

     Before termination it performs the following functions in
     the order listed:

	  Call the functions registered with the _a_t_e_x_i_t(3) func-
	  tion, in the reverse order of their registration.

	  Flush all open output streams.

	  Close all open streams.

	  Unlink all files created with the _t_m_p_f_i_l_e(3) function.

     _E_x_i_t never returns.

SSEEEE AALLSSOO
     exit(2), atexit(3), intro(3), tmpfile(3)

SSTTAANNDDAARRDDSS
     EExxiitt conforms to ANSI X3.159-1989 (``ANSI C'').























Printed 7/27/90                May				1