__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
must be
0 or the behavior of
__wcstold_internal is undefined.
__wcstold_internal(
nptr
,
endptr
,
0) has the same specification as
wcstold(
nptr
,
endptr
).
__wcstold_internal is not in the
source standard; it is only in the binary standard.