Name
__strtoul_internal -- mangle of strtoul
Synopsis
unsigned long int __strtoul_internal (const char *__nptr,
char **__endptr, int __base,
int __group)); |
Description
__GROUP must be 0 or the behavior is undefined. Otherwise the same as
strtoul (__nptr, __endptr, __base). Only in the binary standard, not the
source standard.