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