diff options
Diffstat (limited to 'src/signal/SIGFPE.c')
| -rw-r--r-- | src/signal/SIGFPE.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/signal/SIGFPE.c b/src/signal/SIGFPE.c new file mode 100644 index 00000000..c61c78fe --- /dev/null +++ b/src/signal/SIGFPE.c @@ -0,0 +1,10 @@ +#include <signal.h> +#define SIGFPE (2) +/** floating point exception **/ +/*** +is a signal that indicates an error resulting from invalid arithmetic +operations, such as division by zero or overflows. +***/ +/* +STDC(1) +*/ |
