mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
merge from gcc
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
@deftypefn Supplemental char* rindex (const char *@var{s}, int @var{c})
|
||||
|
||||
Returns a pointer to the last occurrence of the character @var{c} in
|
||||
the string @var{s}, or NULL if not found. The use of @code{rindex} is
|
||||
the string @var{s}, or @code{NULL} if not found. The use of @code{rindex} is
|
||||
deprecated in new programs in favor of @code{strrchr}.
|
||||
|
||||
@end deftypefn
|
||||
|
||||
Reference in New Issue
Block a user