16 static void handle_fpe(
int n)
28 act.sa_handler = &handle_fpe;
30 sigemptyset(&act.sa_mask);
32 sigaction(SIGFPE, &act,
NULL);
45 act.sa_handler = SIG_DFL;
47 sigemptyset(&act.sa_mask);
49 sigaction(SIGFPE, &act,
NULL);
volatile int floating_point_exception_occurred
volatile int floating_point_exception