Blame lib/xstrtoumax.c

Packit Service fdd496
#define __strtol strtoumax
Packit Service fdd496
#define __strtol_t uintmax_t
Packit Service fdd496
#define __xstrtol xstrtoumax
Packit Service fdd496
#define STRTOL_T_MINIMUM 0
Packit Service fdd496
#define STRTOL_T_MAXIMUM UINTMAX_MAX
Packit Service fdd496
#include "xstrtol.c"