strtoumax_l
uintmax_t strtoumax_l(const char * __restrict, char ** __restrict, int,
res = strtoumax_l(buf, (char **)NULL, base, locale);
return strtoumax_l(nptr, endptr, base, __get_locale());