mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-10 14:39:47 -04:00
8 lines
150 B
ArmAsm
8 lines
150 B
ArmAsm
/* $NetBSD: strcat.S,v 1.1 2013/01/23 05:46:17 matt Exp $ */
|
|
|
|
#if defined(_STANDALONE)
|
|
#include "strcat_naive.S"
|
|
#else
|
|
#include "strcat_arm.S"
|
|
#endif
|