summaryrefslogtreecommitdiff
path: root/src/fenv/fexcept_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fenv/fexcept_t.h')
-rw-r--r--src/fenv/fexcept_t.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/fenv/fexcept_t.h b/src/fenv/fexcept_t.h
new file mode 100644
index 00000000..9bc9303b
--- /dev/null
+++ b/src/fenv/fexcept_t.h
@@ -0,0 +1,11 @@
+#include <fenv.h>
+
+typedef unsigned long long int fexcept_t;
+
+/*d Represents the floating-point status flags collectively, including any status the */
+/* implementation associates with the flags. d*/
+
+/*
+STDC(199901)
+LINK(m)
+*/