summaryrefslogtreecommitdiff
path: root/src/fenv/FE_TOWARDZERO.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fenv/FE_TOWARDZERO.h')
-rw-r--r--src/fenv/FE_TOWARDZERO.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/fenv/FE_TOWARDZERO.h b/src/fenv/FE_TOWARDZERO.h
new file mode 100644
index 00000000..0b1e551b
--- /dev/null
+++ b/src/fenv/FE_TOWARDZERO.h
@@ -0,0 +1,10 @@
+#include <fenv.h>
+
+#define FE_TOWARDZERO (0)
+
+/* Defined iff this operation is supported */
+
+/*
+STDC(199901)
+LINK(m)
+*/