From 71cd8e3a743046573744123777061b64881bf372 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 4 Jul 2015 17:13:50 +0300 Subject: Imported Upstream version 8.24 --- lib/xdectoumax.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/xdectoumax.c (limited to 'lib/xdectoumax.c') 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" -- cgit v1.2.3