Name
__strtoull_internal -- underlying function for strtoull
Synopsis
unsigned long long __strtoull_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
strtoull (__nptr, __endptr, __base). Only in the binary standard, not the
source standard.