home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / compat / bsd / rindex.s < prev    next >
Encoding:
Text File  |  1996-07-25  |  123 b   |  5 lines

  1. /* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
  2. #include <libc/asmdefs.h>
  3.     FUNC(_rindex)
  4.     jmp    _strrchr
  5.