From 661f59838235815b5073a0ef95f410003639519e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:14:04 -0400 Subject: rename non-compiled files to *.h --- src/float/FLT_DECIMAL_DIG.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/float/FLT_DECIMAL_DIG.h (limited to 'src/float/FLT_DECIMAL_DIG.h') diff --git a/src/float/FLT_DECIMAL_DIG.h b/src/float/FLT_DECIMAL_DIG.h new file mode 100644 index 00000000..2bf60c7c --- /dev/null +++ b/src/float/FLT_DECIMAL_DIG.h @@ -0,0 +1,6 @@ +#define FLT_DECIMAL_DIG (6) + +/* MIN: 6 */ +/* +STDC(201112) +*/ -- cgit v1.2.1