diff options
Diffstat (limited to 'src/stdlib/num64.c')
| -rw-r--r-- | src/stdlib/num64.c | 4 |
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" |
