| 444 | static void illegal_instruction_handler(int signal) { handler_base("illegal instruction"); } |
| 445 | |
| 446 | static void termination_handler(int signal) { handler_base("termination with exit code 3"); } |
| 447 | |
| 448 | /*static void segment_violation( int signal ) { |
| 449 | handler_base( "Segment violation error" ); |
nothing calls this directly
no test coverage detected