Home | History | Annotate | Line # | Download | only in string
strcpy.S revision 1.4.8.2
      1 /* $NetBSD: strcpy.S,v 1.4.8.2 2013/02/25 00:23:57 tls Exp $ */
      2 
      3 #if defined(_STANDALONE)
      4 #include "strcpy_naive.S"
      5 #else
      6 #include "strcpy_arm.S"
      7 #endif
      8