diff options
Diffstat (limited to 'src/stdlib/int64.c')
| -rw-r--r-- | src/stdlib/int64.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stdlib/int64.c b/src/stdlib/int64.c new file mode 100644 index 00000000..754ac619 --- /dev/null +++ b/src/stdlib/int64.c @@ -0,0 +1,3 @@ +#define INTX_C_H__INT_BITS 64 +#include "intX.c.h" +#undef INTX_C_H__INT_BITS |
