blob: b4d56e0946bf422103b6f236d2feb721d4495de3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#define SIGFPE (4)
/** floating point exception **/
/***
is a signal that indicates an error resulting from invalid arithmetic
operations, such as division by zero or overflows.
***/
/*
STDC(1)
*/
|