__wcstof_internal
Name
__wcstof_internal -- underlying function
for wcstof
Synopsis
float
__wcstof_internal(const wchar_t
*nptr
, wchar_t
**endptr
, int
group
);
Description
group
must be
0 or the behavior of
__wcstof_internal is undefined.
__wcstof_internal(
nptr
,
endptr
,
0) has the same specification as
wcstof(
nptr
,
endptr
).
__wcstof_internal is not in the
source standard; it is only in the binary standard.