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