Content deleted Content added
Tom.Reding (talk | contribs) m →External links: Rem stub tag(s) (class = non-stub & non-list) using AWB |
m date format audit, minor formatting |
||
Line 1:
{{C Standard Library}}
'''C process control''' refers to a group of functions in the [[C standard library|standard library]] of the [[C programming language]] implementing basic process control operations.<ref>{{cite book|last=Crawford|first=Tony|author2=Peter Prinz|title=C in a Nutshell|publisher=O'Reilly|___location=§16.11
==Overview of functions==
Line 26 ⟶ 27:
|-
| {{anchor|quick_exit}}<code>[http://en.cppreference.com/w/c/program/quick_exit quick_exit]</code>
| causes normal program termination without cleaning up, but with IO buffers flushed ([[C11 (C standard revision)
|-
| {{anchor|quick_exit}}<code>[http://en.cppreference.com/w/c/program/at_quick_exit at_quick_exit]</code>
Line 45 ⟶ 46:
{{wikibooks|C Programming/C Reference}}
{{clear}}
▲{{use dmy dates|date=January 2012}}
[[Category:C standard library]]
|