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_RADIX.c | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/float/FLT_RADIX.c (limited to 'src/float/FLT_RADIX.c') diff --git a/src/float/FLT_RADIX.c b/src/float/FLT_RADIX.c deleted file mode 100644 index 47978707..00000000 --- a/src/float/FLT_RADIX.c +++ /dev/null @@ -1,16 +0,0 @@ -#include -#define FLT_RADIX (2) - -/** radix of exponent representation **/ - -/*** -is a constant defining the radix used by the implementation for -exponent notation. It is suitable for use in LITERAL(#if) directives. -***/ - -/* -VALUE_MIN(2) -*/ -/* -STDC(1) -*/ -- cgit v1.2.1