long long __strtoll_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
strtoll (__nptr, __endptr, __base). Only in the binary standard, not the
source standard.