Home | History | Annotate | Line # | Download | only in string
strcat.S revision 1.1.38.2
      1  1.1.38.1  martin /* $NetBSD: strcat.S,v 1.1.38.2 2020/04/21 19:37:42 martin Exp $ */
      2       1.1    matt 
      3       1.1    matt #if defined(_STANDALONE)
      4       1.1    matt #include "strcat_naive.S"
      5       1.1    matt #else
      6       1.1    matt #include "strcat_arm.S"
      7       1.1    matt #endif
      8