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