summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/libiberty/rindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/libiberty/rindex.c')
-rw-r--r--contrib/binutils/libiberty/rindex.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/binutils/libiberty/rindex.c b/contrib/binutils/libiberty/rindex.c
index 061d126..ef9cdc5 100644
--- a/contrib/binutils/libiberty/rindex.c
+++ b/contrib/binutils/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 occurrence of the character @var{c} in
+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
+
+*/
+
extern char *strrchr ();
char *
OpenPOWER on IntegriCloud