__wcstol_internal

Name

__wcstol_internal -- underlying function for wcstol

Synopsis

long __wcstol_internal(const wchar_t *nptr, wchar_t **endptr, int base, int group);

Description

group shall be 0 or the behavior of __wcstol_internal is undefined.

__wcstol_internal(nptr, endptr, base, 0) has the same specification as wcstol(nptr, endptr, base).

__wcstol_internal is not in the source standard; it is only in the binary standard.