strtof_l
float strtof_l(const char * __restrict, char ** __restrict, locale_t);
__weak_alias(strtof_l, _strtof_l)
__weak_alias(strtof_l, _strtof_l)
#define _STRTOD_FUNC strtof_l
float res = strtof_l(buf, &p, loc);