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