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/math/FP_NORMAL.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/math/FP_NORMAL.h (limited to 'src/math/FP_NORMAL.h') diff --git a/src/math/FP_NORMAL.h b/src/math/FP_NORMAL.h new file mode 100644 index 00000000..171ca6bf --- /dev/null +++ b/src/math/FP_NORMAL.h @@ -0,0 +1,7 @@ +#include +#define FP_NORMAL 2 + +/* +STDC(199901) +LINK(m) +*/ -- cgit v1.2.1