xref: /dflybsd-src/contrib/diffutils/lib/xstrtoumax.c (revision a0f7baaf35ae3d6e36ae601060c750a4a4f4a13b)
1 #define __strtol strtoumax
2 #define __strtol_t uintmax_t
3 #define __xstrtol xstrtoumax
4 #define STRTOL_T_MINIMUM 0
5 #define STRTOL_T_MAXIMUM UINTMAX_MAX
6 #include "xstrtol.c"
7