summaryrefslogtreecommitdiffstats
path: root/libiberty/rindex.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-09-26 18:45:50 +0000
committerDJ Delorie <dj@redhat.com>2001-09-26 18:45:50 +0000
commit39423523167c47f72822dbb9eb3ab4a0dfeafe68 (patch)
treeb437d1ed0d3cb7e6a0a67e5dd30ef19abbedb95e /libiberty/rindex.c
parent4e6667ac4f987fecbcf576513c70485a4718712e (diff)
downloadppe42-binutils-39423523167c47f72822dbb9eb3ab4a0dfeafe68.tar.gz
ppe42-binutils-39423523167c47f72822dbb9eb3ab4a0dfeafe68.zip
merge from gcc
Diffstat (limited to 'libiberty/rindex.c')
-rw-r--r--libiberty/rindex.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/libiberty/rindex.c b/libiberty/rindex.c
index 061d1269f1..ce397cc602 100644
--- a/libiberty/rindex.c
+++ b/libiberty/rindex.c
@@ -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 *
OpenPOWER on IntegriCloud