summaryrefslogtreecommitdiff
path: root/lib/xdectoumax.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xdectoumax.c')
-rw-r--r--lib/xdectoumax.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/xdectoumax.c b/lib/xdectoumax.c
new file mode 100644
index 00000000..412ddf96
--- /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"