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