D | legacy_stdlib_inlines.h | 98 static __inline double strtod_l(const char* __s, char** __end_ptr, locale_t __l) { in strtod_l() argument 102 static __inline float strtof_l(const char* __s, char** __end_ptr, locale_t __l) { in strtof_l() argument 106 static __inline long strtol_l(const char* __s, char** __end_ptr, int __base, locale_t __l) { in strtol_l() argument
|