diff options
author | Martin Liska <mliska@suse.cz> | 2022-07-14 11:34:27 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-07-14 11:34:27 +0200 |
commit | c29d4ad6d7f4ca1ebfd9489bb62178ea09ae6c6b (patch) | |
tree | c6adbc6c86ff42d62c1f26e2cb4633facebd6e00 | |
parent | b8cae48643f18b4cd8c34c6ac7a4f0cf4cc8a877 (diff) | |
parent | 9f7f04998964451ff487b546d77ea48d0ce01451 (diff) | |
download | gcc-c29d4ad6d7f4ca1ebfd9489bb62178ea09ae6c6b.zip gcc-c29d4ad6d7f4ca1ebfd9489bb62178ea09ae6c6b.tar.gz gcc-c29d4ad6d7f4ca1ebfd9489bb62178ea09ae6c6b.tar.bz2 |
Merge branch 'master' into devel/sphinx
-rw-r--r-- | libiberty/functions.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/functions.texi b/libiberty/functions.texi index e4d74b5..b56b02e 100644 --- a/libiberty/functions.texi +++ b/libiberty/functions.texi @@ -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 |