LOCALE_PARAM
STRTOF (nptr, endptr LOCALE_PARAM)
return INTERNAL (STRTOF) (nptr, endptr, 0 LOCALE_PARAM);
INTERNAL (STRTOF) (nptr, endptr, group LOCALE_PARAM)
INTERNAL (strtol) (nptr, endptr, base, group LOCALE_PARAM)
strtol (nptr, endptr, base LOCALE_PARAM)
return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);