__strtold_internal

Name

__strtold_internal -- underlying function for strtold

Synopsis

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

Description

__group shall be 0 or the behavior of __strtold_internal() is undefined.

__strtold_internal(__nptr, __endptr, 0) has the same specification as strtold(__nptr, __endptr).

__strtold_internal() is not in the source standard; it is only in the binary standard.