__strtoul_internal

Name

__strtoul_internal -- underlying function for strtoul

Synopsis

unsigned long int __strtoul_internal(const char *__nptr, char **__endptr, int __base, int __group);

Description

__group must be 0 or the behavior of __strtoul_internal is undefined.

__strtoul_internal(__nptr, __endptr, __base, 0) has the same specification as strtoul(__nptr, __endptr, __base).

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