__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) shall behave as wcstod(nptr, endptr) as specified by POSIX 1003.1-2008 (ISO/IEC 9945-2009).

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