__strtod_internal

Name

__strtod_internal -- underlying function for strtod

Synopsis

double __strtod_internal(const char *__nptr, char **__endptr, int __group);

Description

__group shall be 0 or the behavior of __strtod_internal is undefined.

__strtod_internal(__nptr, __endptr, 0) has the same specification as strtod(__nptr, __endptr).

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