__wcstold_internal

Name

__wcstold_internal -- underlying function for wcstold

Synopsis

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

Description

group shall be 0 or the behavior of __wcstold_internal() is undefined.

__wcstold_internal(nptr, endptr, 0) shall behave as wcstold(nptr, endptr) as specified by POSIX 1003.1-2001 (ISO/IEC 9945-2003).

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