| 442 | static void floating_point_handler(int signal) { handler_base("floating point error"); } |
| 443 | |
| 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 |
nothing calls this directly
no test coverage detected