Content deleted Content added
→Overview of functions: point to a C reference |
Shorten Short description per WP:SDSHORT |
||
(14 intermediate revisions by 13 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 14:
! Description
|-
! rowspan=
| {{anchor|abort}}<code>[http://en.cppreference.com/w/c/program/abort abort]</code>
| causes abnormal program termination (without cleaning up)
Line 26:
| {{anchor|atexit}}<code>[http://en.cppreference.com/w/c/program/atexit atexit]</code>
| registers a function to be called on exit() invocation
|-
| {{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)|C11]])
|-
| {{anchor|quick_exit}}<code>[http://en.cppreference.com/w/c/program/at_quick_exit at_quick_exit]</code>
| registers a function to be called on quick_exit() invocation
|-
! rowspan=2 | Communicating with<br>the environment
Line 39 ⟶ 45:
==External links==
{{wikibooks
{{clear}}
[[Category:C standard library]]
|