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/DECIMAL_DIG.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/float/DECIMAL_DIG.c (limited to 'src/float/DECIMAL_DIG.c') diff --git a/src/float/DECIMAL_DIG.c b/src/float/DECIMAL_DIG.c deleted file mode 100644 index 6003cb49..00000000 --- a/src/float/DECIMAL_DIG.c +++ /dev/null @@ -1,10 +0,0 @@ -#include - -#define DECIMAL_DIG (10) - -/* MIN: 10 */ - -/* -STDC(199901) -LINK(m) -*/ -- cgit v1.2.1