Home | History | Annotate | Line # | Download | only in string
strrchr.S revision 1.1
      1  1.1  matt /* $NetBSD: strrchr.S,v 1.1 2013/01/23 05:46:17 matt Exp $ */
      2  1.1  matt 
      3  1.1  matt #if defined(_STANDALONE)
      4  1.1  matt #include "strrchr_naive.S"
      5  1.1  matt #else
      6  1.1  matt #include "strrchr_arm.S"
      7  1.1  matt #endif
      8