ftoastr: new module, for lossless conversion of floats to short strings
[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 ULLONG_MAX
6 #include "xstrtol.c"