C signal handling: Difference between revisions

Content deleted Content added
Undid revision 1182287096 by 2001:16A2:C111:4BE4:95D6:A37C:B6F9:B8B2 (talk) Spelling/grammar/punctuation/typographical correction
Tags: Undo Mobile edit Mobile web edit Advanced mobile edit
top: rm unnecessary italics
Line 3:
{{C_Standard Library}}
 
In the [[C Standard Library]], '''signal processing''' defines how a program handles various [[Signal (computing)|signals]] while it executes. A signal can report some exceptional behavior within the program (''such as [[division by zero]]''), or a signal can report some asynchronous event outside the program (''such as someone striking an [[SIGINT (POSIX)|interactive attention key]] on a keyboard'').
 
==Standard signals==