Name
__wcstod_internal -- underlying function for wcstod
Synopsis
double __wcstod_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 wcstod(nptr, endptr). Only in the binary standard, not
the source standard.