strtoul_l
unsigned long strtoul_l(const char *, char **, int, locale_t);
return strtoul_l(nptr, endptr, base, __get_locale());