Content deleted Content added
LiberatorG (talk | contribs) Reverted 2 edits by 103.40.80.11 (talk): Printf does not output a newline and while loop prevents execution of the following lines. (TW) |
|||
Line 49:
static void catch_function(int signo) {
}
Line 62:
return EXIT_FAILURE;
}
puts("Exiting.");
return EXIT_SUCCESS;
|