unsigned long int __strtoul_internal (const char *__nptr,
char **__endptr, int __base,
int __group);
Description
The __group argument must be 0 or the behavior is undefined.
Otherwise the same as
strtoul (__nptr, __endptr, __base). Only in the binary standard, not the
source standard.