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