merge from gcc

This commit is contained in:
DJ Delorie
2001-09-26 18:45:50 +00:00
parent 4e6667ac4f
commit 3942352316
53 changed files with 3241 additions and 350 deletions

View File

@@ -1,5 +1,17 @@
/* Stub implementation of (obsolete) rindex(). */
/*
@deftypefn Supplemental char* rindex (const char *@var{s}, int @var{c})
Returns a pointer to the last occurance of the character @var{c} in
the string @var{s}, or NULL if not found. The use of @code{rindex} is
deprecated in new programs in favor of @code{strrchr}.
@end deftypefn
*/
extern char *strrchr ();
char *