mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
merge from gcc
This commit is contained in:
@ -15,9 +15,7 @@ deprecated in new programs in favor of @code{strrchr}.
|
||||
extern char *strrchr ();
|
||||
|
||||
char *
|
||||
rindex (s, c)
|
||||
char *s;
|
||||
int c;
|
||||
rindex (char *s, int c)
|
||||
{
|
||||
return strrchr (s, c);
|
||||
}
|
||||
|
Reference in New Issue
Block a user