Annotation of coherent/b/lib/libc/string/i386/rindex.s, revision 1.1

1.1     ! root        1: //////////
        !             2: / libc/string/i386/rindex.s
        !             3: / i386 C string library.
        !             4: / rindex() entry point to strrchr(), retained for backward compatability.
        !             5: //////////
        !             6: 
        !             7: //////////
        !             8: / char *
        !             9: / rindex(char *String, int Char)
        !            10: /
        !            11: / Find rightmost occurence of Char in String, return pointer or NULL.
        !            12: //////////
        !            13: 
        !            14:        .globl  strrchr
        !            15:        .globl  rindex
        !            16: 
        !            17: rindex:
        !            18:        jmp     strrchr
        !            19: 
        !            20: / end of libc/string/i386/rindex.s

unix.superglobalmegacorp.com

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