Name
__strtol_internal -- alias for strtol
Synopsis
long int __strtol_internal(const char *__nptr, char **__endptr,
int __base, int __group); |
Description
__GROUP must be 0 or the behavior is undefined.
__strtol_internal(__nptr, __endptr, __base, __group) has the same specification as strtol(__nptr, __endptr, __base).
__strtol_internal is not in the source standard; it is only in the binary standard.