summaryrefslogtreecommitdiff
path: root/gnu/xstrtoul.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/xstrtoul.c')
-rw-r--r--gnu/xstrtoul.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/xstrtoul.c b/gnu/xstrtoul.c
new file mode 100644
index 00000000..63968db7
--- /dev/null
+++ b/gnu/xstrtoul.c
@@ -0,0 +1,8 @@
+/* -*- buffer-read-only: t -*- vi: set ro: */
+/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
+#define __strtol strtoul
+#define __strtol_t unsigned long int
+#define __xstrtol xstrtoul
+#define STRTOL_T_MINIMUM 0
+#define STRTOL_T_MAXIMUM ULONG_MAX
+#include "xstrtol.c"