16 const wchar_t *
s = nptr;
20 int neg = 0, any, cutlim;
36 c ==
L'0' && (*
s ==
L'x' || *
s ==
L'X'))
46 for (acc = 0, any = 0;;
c = *
s++)
56 if (any < 0 || acc > cutoff || (acc == cutoff &&
c > cutlim))
71 *endptr = any ? (
wchar_t *)((
size_t)(
s - 1)) : (
wchar_t *)((
size_t)nptr);
int __cdecl iswctype(wint_t wc, wctype_t wctypeFlags)
unsigned long CDECL wcstoul(const wchar_t *nptr, wchar_t **endptr, int base)