Name
__strtof_internal -- underlying function for strtof
Synopsis
float __strtof_internal (const char *__nptr,
char **__endptr, int __group); |
Description
The __group argument must be 0 or the behavior is undefined.
Otherwise the same as
strtof (__nptr, __endptr). Only in the binary standard, not the
source standard.