source: trunk/src/gcc/libiberty/rindex.c@ 1642

Last change on this file since 1642 was 2, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 447 bytes
RevLine 
[2]1/* Stub implementation of (obsolete) rindex(). */
2
3/*
4
5@deftypefn Supplemental char* rindex (const char *@var{s}, int @var{c})
6
7Returns a pointer to the last occurrence of the character @var{c} in
8the string @var{s}, or @code{NULL} if not found. The use of @code{rindex} is