Home | History | Annotate | Line # | Download | only in string
strcat.S revision 1.1.14.2
      1 /* $NetBSD: strcat.S,v 1.1.14.2 2014/05/22 11:26:28 yamt Exp $ */
      2 
      3 #if defined(_STANDALONE)
      4 #include "strcat_naive.S"
      5 #else
      6 #include "strcat_arm.S"
      7 #endif
      8