xref: /dflybsd-src/contrib/grep/lib/xstrtoimax.c (revision e7c6ae2240bc4d97275853e2a08bc6058fc30758)
1*cf28ed85SJohn Marino #define __strtol strtoimax
2*cf28ed85SJohn Marino #define __strtol_t intmax_t
3*cf28ed85SJohn Marino #define __xstrtol xstrtoimax
4*cf28ed85SJohn Marino #define STRTOL_T_MINIMUM INTMAX_MIN
5*cf28ed85SJohn Marino #define STRTOL_T_MAXIMUM INTMAX_MAX
6*cf28ed85SJohn Marino #include "xstrtol.c"
7