summaryrefslogtreecommitdiff
path: root/src/signal/SIGFPE.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/signal/SIGFPE.h')
-rw-r--r--src/signal/SIGFPE.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/signal/SIGFPE.h b/src/signal/SIGFPE.h
new file mode 100644
index 00000000..b4d56e09
--- /dev/null
+++ b/src/signal/SIGFPE.h
@@ -0,0 +1,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)
+*/