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