Home | History | Annotate | Line # | Download | only in string
strlcpy.S revision 1.4
      1 /* $NetBSD: strlcpy.S,v 1.4 2013/01/10 06:52:35 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