Annotation of GNUtools/libg++/libiberty/rindex.c, revision 1.1

1.1     ! root        1: /* Stub implementation of (obsolete) rindex(). */
        !             2: 
        !             3: extern char *strrchr ();
        !             4: 
        !             5: char *
        !             6: rindex (s, c)
        !             7:   char *s;
        !             8:   int c;
        !             9: {
        !            10:   return strrchr (s, c);
        !            11: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.