Home | History | Annotate | Line # | Download | only in string
strlcpy.S revision 1.4.2.2
      1 /* $NetBSD: strlcpy.S,v 1.4.2.2 2013/01/23 00:04:06 yamt 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