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