__strtoull_internal

Name

__strtoull_internal -- underlying function for strtoull

Synopsis

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

Description

__group shall be 0 or the behavior of __strtoull_internal() is undefined.

__strtoull_internal(__nptr, __endptr, __base, 0) has the same specification as strtoull(__nptr, __endptr, __base).

__strtoull_internal() is not in the source standard; it is only in the binary standard.