__strtoll_internal

Name

__strtoll_internal -- underlying function for strtoll

Synopsis

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

Description

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

__strtoll_internal(__nptr, __endptr, __base, 0) has the same specification as strtoll(__nptr, __endptr, __base).

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