C signal handling: Difference between revisions

Content deleted Content added
m Reverted edits by 210.212.172.179 (talk) (HG) (3.3.3)
Line 56:
return EXIT_FAILURE;
}
puts("Raising the interactiinteractive attention signal.");
 
 
if (raise(SIGINT) != 0) {
fputs("Error raising the signal.\n", stderr);