Initial revision
This commit is contained in:
13
lib/i386/string/rindex.s
Executable file
13
lib/i386/string/rindex.s
Executable file
@@ -0,0 +1,13 @@
|
||||
! rindex() Author: Kees J. Bot
|
||||
! 2 Jan 1994
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss
|
||||
|
||||
! char *rindex(const char *s, int c)
|
||||
! Look for the last occurrence a character in a string. Has suffered
|
||||
! from a hostile takeover by strrchr().
|
||||
!
|
||||
.sect .text
|
||||
.define _rindex
|
||||
.align 16
|
||||
_rindex:
|
||||
jmp _strrchr
|
||||
Reference in New Issue
Block a user