2f2d83c33b3f495176ed8a6f67b5ec3f079aa956
[pspp] / lib / xstrtoull.c
1 #define __strtol strtoull
2 #define __strtol_t unsigned long long int
3 #define __xstrtol xstrtoull
4 #define STRTOL_T_MINIMUM 0
5 #define STRTOL_T_MAXIMUM ULONG_LONG_MAX
6 #include "xstrtol.c"