__wcstod_internal

Name

__wcstod_internal -- underlying function for wcstod

Synopsis

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

Description

group shall be 0 or the behavior of __wcstod_internal is undefined.

__wcstod_internal(nptr, endptr, 0) has the same specification as wcstod(nptr, endptr).

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