summaryrefslogtreecommitdiff
path: root/gnu/xstrtoumax.c
blob: 9a2349f00d36e1e6aa72b45ea8cf54c76de6924c (plain)
1
2
3
4
5
6
#define __strtol strtoumax
#define __strtol_t uintmax_t
#define __xstrtol xstrtoumax
#define STRTOL_T_MINIMUM 0
#define STRTOL_T_MAXIMUM UINTMAX_MAX
#include "xstrtol.c"