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