summaryrefslogtreecommitdiff
path: root/src/float/DBL_DECIMAL_DIG.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/float/DBL_DECIMAL_DIG.h')
-rw-r--r--src/float/DBL_DECIMAL_DIG.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/float/DBL_DECIMAL_DIG.h b/src/float/DBL_DECIMAL_DIG.h
new file mode 100644
index 00000000..16c68495
--- /dev/null
+++ b/src/float/DBL_DECIMAL_DIG.h
@@ -0,0 +1,6 @@
+#define DBL_DECIMAL_DIG (10)
+
+/*
+MIN(10)
+STDC(201112)
+*/