Home | History | Annotate | Line # | Download | only in string
strlen.S revision 1.2.4.2
      1  1.2.4.2  matt /* $NetBSD: strlen.S,v 1.2.4.2 2013/02/07 07:06:01 matt Exp $ */
      2  1.2.4.2  matt 
      3  1.2.4.2  matt #ifdef _STANDALONE
      4  1.2.4.2  matt #include "strlen_naive.S"
      5  1.2.4.2  matt #else
      6  1.2.4.2  matt #include "strlen_arm.S"
      7  1.2.4.2  matt #endif
      8