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