aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib/num64.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-10-20 00:36:29 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-10-20 00:36:29 -0400
commitc4585d7cfd92a295e17500a0d3ddfedf95d92cdd (patch)
tree1241d96ac7c10cbf5bfe47d700bb3479088e2ac7 /src/stdlib/num64.c
parent43a28773cf1ddc52d5ab605d056092eb47ee3b0c (diff)
Deduplicate Num code using the same templating technique as integers
Diffstat (limited to 'src/stdlib/num64.c')
-rw-r--r--src/stdlib/num64.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdlib/num64.c b/src/stdlib/num64.c
new file mode 100644
index 00000000..7fdc8f35
--- /dev/null
+++ b/src/stdlib/num64.c
@@ -0,0 +1,4 @@
+// Type infos and methods for Num (64-bit floating point) using a template file
+
+#define NUMX_C_H__BITS 64
+#include "numX.c.h"