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