Content deleted Content added
No edit summary |
Shorten Short description per WP:SDSHORT |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 1:
{{Short description|Functions of the C standard software library}}
{{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|
==Overview of functions==
Line 26 ⟶ 28:
|-
| {{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 ⟶ 47:
{{wikibooks|C Programming/C Reference}}
{{clear}}
▲{{use dmy dates|date=January 2012}}
[[Category:C standard library]]
|