Content deleted Content added
Line 56:
return EXIT_FAILURE;
}
puts("Raising the
if (raise(SIGINT) != 0) {
fputs("Error raising the signal.\n", stderr);
|
Line 56:
return EXIT_FAILURE;
}
puts("Raising the
if (raise(SIGINT) != 0) {
fputs("Error raising the signal.\n", stderr);
|