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