C signal handling: Difference between revisions

Content deleted Content added
Example usage: added comment
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Line 42:
==Example usage==
 
<sourcesyntaxhighlight lang="c">
#include <signal.h>
#include <stdio.h>
Line 66:
// exiting after raising signal
}
</syntaxhighlight>
</source>
 
==See also==