summaryrefslogtreecommitdiff
path: root/src/math/isunordered.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/isunordered.h')
-rw-r--r--src/math/isunordered.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/math/isunordered.h b/src/math/isunordered.h
new file mode 100644
index 00000000..0cdf50bc
--- /dev/null
+++ b/src/math/isunordered.h
@@ -0,0 +1,13 @@
+#if 0
+
+#include <math.h>
+
+#define isunordered(__x, __y) /* TODO */
+
+/*
+STDC(199901)
+LINK(m)
+*/
+
+
+#endif