__wcstold_internal

Name

__wcstold_internal -- underlying function for wcstold

Synopsis

long double __wcstold_internal(const wchar_t *nptr,
                               wchar_t ** endptr,
                               int group);

Description

The group argument must be 0 or the behavior is undefined. Otherwise the same as wcstold(nptr, endptr). Only in the binary standard, not the source standard.