Home | History | Annotate | Line # | Download | only in string
strcpy.S revision 1.4
      1 /* $NetBSD: strcpy.S,v 1.4 2013/01/10 02:13:49 matt Exp $ */
      2 
      3 #if defined(_STANDALONE)
      4 #include "strcpy_naive.S"
      5 #else
      6 #include "strcpy_arm.S"
      7 #endif
      8