__wcstoul_internal
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
group
must be
0 or the behavior of
__wcstoul_internal is undefined.
__wcstoul_internal(
nptr
,
endptr
,
base
,
0) has the same specification as
wcstoul(
nptr
,
endptr
,
base
).
__wcstoul_internal is not in the
source standard; it is only in the binary standard.