summaryrefslogtreecommitdiff
path: root/src/float/DECIMAL_DIG.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/float/DECIMAL_DIG.c')
-rw-r--r--src/float/DECIMAL_DIG.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/float/DECIMAL_DIG.c b/src/float/DECIMAL_DIG.c
new file mode 100644
index 00000000..6003cb49
--- /dev/null
+++ b/src/float/DECIMAL_DIG.c
@@ -0,0 +1,10 @@
+#include <float.h>
+
+#define DECIMAL_DIG (10)
+
+/* MIN: 10 */
+
+/*
+STDC(199901)
+LINK(m)
+*/