Difference between revisions of "c/program"
From cppreference.com
< c
(merge signal pages) |
m (Text replace - "/sidebar" to "/navbar") |
||
Line 1: | Line 1: | ||
{{title|Program support utilities}} | {{title|Program support utilities}} | ||
− | {{c/program/ | + | {{c/program/navbar}} |
===Program termination=== | ===Program termination=== |
Revision as of 12:01, 15 June 2012
Contents |
Program termination
The following functions manage program termination and resource cleanup.
Communicating with the environment
Signals
Several functions and macro constants for signal management are provided.
Defined in header
<signal.h> | |
the integer type that can be accessed as an atomic entity from an asynchronous signal handler (typedef) | |
Signal types |
Non-local jumps
Defined in header
<setjmp.h> | |
Types |