home *** CD-ROM | disk | FTP | other *** search
-
- EXIT(3) UNIX 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 C3.1591989 (``ANSI C'').
-
- BSD Experimental June 29, 1991 1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-