C process control: Difference between revisions

Content deleted Content added
Download (talk | contribs)
m gen fixes, added wikify tag using AWB
Odddoe323 (talk | contribs)
Overview of functions: _Exit has been added in C99
Line 22:
|-
| {{anchor|_Exit}}<code>[http://en.cppreference.com/w/cpp/utility/program/_Exit _Exit]</code>
| causes normal program termination without cleaning up ([[C99]])
|-
| {{anchor|atexit}}<code>[http://en.cppreference.com/w/cpp/utility/program/atexit atexit]</code>