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