summaryrefslogtreecommitdiff
path: root/src/fenv/fenv_t.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fenv/fenv_t.h')
-rw-r--r--src/fenv/fenv_t.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/fenv/fenv_t.h b/src/fenv/fenv_t.h
new file mode 100644
index 00000000..2d644c75
--- /dev/null
+++ b/src/fenv/fenv_t.h
@@ -0,0 +1,10 @@
+#include <fenv.h>
+
+typedef unsigned long long int fenv_t;
+
+/*d Represents the entire floating-point environment d*/
+
+/*
+STDC(199901)
+LINK(m)
+*/