diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-11-09 18:42:16 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-11-09 18:42:16 -0500 |
| commit | 1d461611bac782c272d0e082d5da74b4fe353ae6 (patch) | |
| tree | 0b1687a3edb507835f9aa3b7666fd590975b73ff /src/stdlib/num64.c | |
| parent | 78fd9141bb7dfcf817158a7a4d098e0e4b3d515b (diff) | |
Rename Num -> Float64, Num32 -> Float32
Diffstat (limited to 'src/stdlib/num64.c')
| -rw-r--r-- | src/stdlib/num64.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stdlib/num64.c b/src/stdlib/num64.c deleted file mode 100644 index 7fdc8f35..00000000 --- a/src/stdlib/num64.c +++ /dev/null @@ -1,4 +0,0 @@ -// Type infos and methods for Num (64-bit floating point) using a template file - -#define NUMX_C_H__BITS 64 -#include "numX.c.h" |
