X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=gnu%2Fxstrtoul.c;fp=gnu%2Fxstrtoul.c;h=63968db775d6d291f7770aa1494ca05a8976e4fc;hb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6;hp=0000000000000000000000000000000000000000;hpb=00fa13ff3f2d5b6e2a94c5e948c38616ff7ad37a;p=tar diff --git a/gnu/xstrtoul.c b/gnu/xstrtoul.c new file mode 100644 index 0000000..63968db --- /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"