diff options
Diffstat (limited to 'lib/xdectoumax.c')
-rw-r--r-- | lib/xdectoumax.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/xdectoumax.c b/lib/xdectoumax.c new file mode 100644 index 0000000..412ddf9 --- /dev/null +++ b/lib/xdectoumax.c @@ -0,0 +1,6 @@ +#define __xdectoint xdectoumax +#define __xnumtoint xnumtoumax +#define __xdectoint_t uintmax_t +#define __xstrtol xstrtoumax +#define __xdectoint_signed 0 +#include "xdectoint.c" |