diff options
Diffstat (limited to 'src/stdlib/num32.c')
| -rw-r--r-- | src/stdlib/num32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stdlib/num32.c b/src/stdlib/num32.c new file mode 100644 index 00000000..6d505f37 --- /dev/null +++ b/src/stdlib/num32.c @@ -0,0 +1,4 @@ +// Type infos and methods for Num32 (32-bit floating point) using a template file + +#define NUMX_C_H__BITS 32 +#include "numX.c.h" |
