merge from gcc
This commit is contained in:
parent
49b1fae430
commit
1e45deed6a
32 changed files with 217 additions and 490 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue