]> git.cworth.org Git - tar/blob - gnu/xstrtoul.c
upstream: Fix extraction of device nodes.
[tar] / gnu / xstrtoul.c
1 /* -*- buffer-read-only: t -*- vi: set ro: */
2 /* DO NOT EDIT! GENERATED AUTOMATICALLY! */
3 #define __strtol strtoul
4 #define __strtol_t unsigned long int
5 #define __xstrtol xstrtoul
6 #define STRTOL_T_MINIMUM 0
7 #define STRTOL_T_MAXIMUM ULONG_MAX
8 #include "xstrtol.c"