diff options
Diffstat (limited to 'src/signal/SIGFPE.c')
-rw-r--r-- | src/signal/SIGFPE.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/signal/SIGFPE.c b/src/signal/SIGFPE.c index 995a21c2..b4d56e09 100644 --- a/src/signal/SIGFPE.c +++ b/src/signal/SIGFPE.c @@ -1,10 +1,12 @@ -#include <signal.h> #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) */ |