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