wcstoul
extern unsigned long wcstoul(const wchar_t *wcs, wchar_t **endPtr,
# define strtol wcstoul
extern unsigned long int wcstoul (__const wchar_t *__restrict __nptr,
width = wcstoul(f, &p, 10);