Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/libiberty/rindex.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* 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
     9deprecated in new programs in favor of @code{strrchr}.
     10
     11@end deftypefn
     12
     13*/
    214
    315extern char *strrchr ();
Note: See TracChangeset for help on using the changeset viewer.