Home | History | Annotate | Line # | Download | only in string
strlen.S revision 1.3
      1 /* $NetBSD: strlen.S,v 1.3 2013/08/19 01:08:29 matt Exp $ */
      2 
      3 #if defined(_STANDALONE) || defined(__thumb__)
      4 #include "strlen_naive.S"
      5 #else
      6 #include "strlen_arm.S"
      7 #endif
      8