__strtof_internal

Name

__strtof_internal -- underlying function for strtof

Synopsis

float __strtof_internal(const char *__nptr, char **__endptr, int __group);

Description

__group must be 0 or the behavior of __strtof_internal is undefined.

__strtof_internal(__nptr, __endptr, 0) has the same specification as strtof(__nptr, __endptr).

__strtof_internal is not in the source standard; it is only in the binary standard.