4.4BSD/usr/share/man/cat3/exit.0

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

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

NNAAMMEE
     eexxiitt - perform normal program termination

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

     _v_o_i_d
     eexxiitt(_i_n_t _s_t_a_t_u_s);

DDEESSCCRRIIPPTTIIOONN
     EExxiitt() terminates a process.

     Before termination it performs the following functions in the order list-
     ed:

           1.   Call the functions registered with the atexit(3) function, in
                the reverse order of their registration.

           2.   Flush all open output streams.

           3.   Close all open streams.

           4.   Unlink all files created with the tmpfile(3) function.

RREETTUURRNN VVAALLUUEESS
     The eexxiitt() function never returns.

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

SSTTAANNDDAARRDDSS
     The eexxiitt() function conforms to ANSI C X3.159-1989 (``ANSI C '').

4.4BSD                           June 4, 1993                                1