C signal handling: Difference between revisions

Content deleted Content added
Line 9:
 
*<code>SIGABRT</code> - "abort", abnormal termination.
*<code>SIGFPE</code> - [[Floating point exception|'''f'''loating '''p'''oint '''e'''xception]].
*<code>SIGILL</code> - "illegal", invalid instruction.
*<code>SIGINT</code> - "interrupt", interactive attention request sent to the program.