Name
__wcstof_internal -- underlying function for wcstof
Synopsis
float __wcstof_internal(const wchar_t *nptr,
wchar_t **endptr,
int group); |
Description
The group argument must be 0 or the behavior is undefined. Otherwise
the same as wcstof(nptr, endptr). Only in the binary standard, not
the source standard.