summaryrefslogtreecommitdiff
path: root/lib/xstrtoull.c
blob: 10dda504445c9ca85795a82fde1539de60c38eb6 (plain)
1
2
3
4
5
6
#define __strtol strtoull
#define __strtol_t unsigned long long int
#define __xstrtol xstrtoull
#define STRTOL_T_MINIMUM 0
#define STRTOL_T_MAXIMUM ULLONG_MAX
#include "xstrtol.c"