|
|
1.1 ! root 1: ////////// ! 2: / libc/string/i386/index.s ! 3: / i386 C string library. ! 4: / index() entry point to strchr(), retained for backward compatability. ! 5: ////////// ! 6: ! 7: ////////// ! 8: / char * ! 9: / index(char *String, int Char) ! 10: / ! 11: / Find Char in String, return pointer or NULL. ! 12: ////////// ! 13: ! 14: .globl strchr ! 15: .globl index ! 16: ! 17: index: ! 18: jmp strchr ! 19: ! 20: / end of libc/string/i386/index.s
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.