]> git.cworth.org Git - tar/blobdiff - gnu/xstrtoumax.c
Imported Upstream version 1.23
[tar] / gnu / xstrtoumax.c
diff --git a/gnu/xstrtoumax.c b/gnu/xstrtoumax.c
new file mode 100644 (file)
index 0000000..fce8d5f
--- /dev/null
@@ -0,0 +1,8 @@
+/* -*- buffer-read-only: t -*- vi: set ro: */
+/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
+#define __strtol strtoumax
+#define __strtol_t uintmax_t
+#define __xstrtol xstrtoumax
+#define STRTOL_T_MINIMUM 0
+#define STRTOL_T_MAXIMUM UINTMAX_MAX
+#include "xstrtol.c"