libiberty: fix docs typo
libiberty/ChangeLog: * functions.texi: Replace strtoul with strtoull.
This commit is contained in:
parent
fd782def31
commit
9f7f049989
1 changed files with 1 additions and 1 deletions
|
@ -1747,7 +1747,7 @@ that the converted value is unsigned.
|
|||
@c strtoll.c:33
|
||||
@deftypefn Supplemental {long long int} strtoll (const char *@var{string}, @
|
||||
char **@var{endptr}, int @var{base})
|
||||
@deftypefnx Supplemental {unsigned long long int} strtoul (@
|
||||
@deftypefnx Supplemental {unsigned long long int} strtoull (@
|
||||
const char *@var{string}, char **@var{endptr}, int @var{base})
|
||||
|
||||
The @code{strtoll} function converts the string in @var{string} to a
|
||||
|
|
Loading…
Add table
Reference in a new issue