xref: /netbsd-src/common/lib/libc/arch/arm/string/strcat.S (revision 53b02e147d4ed531c0d2a5ca9b3e8026ba3e99b5)
1/* $NetBSD: strcat.S,v 1.1 2013/01/23 05:46:17 matt Exp $ */
2
3#if defined(_STANDALONE)
4#include "strcat_naive.S"
5#else
6#include "strcat_arm.S"
7#endif
8