xref: /netbsd-src/common/lib/libc/arch/arm/string/strlcpy.S (revision a4ddc2c8fb9af816efe3b1c375a5530aef0e89e9)
1/* $NetBSD: strlcpy.S,v 1.4 2013/01/10 06:52:35 matt Exp $ */
2
3#define STRLCPY
4
5#if defined(_STANDALONE)
6#include "strcpy_naive.S"
7#else
8#include "strcpy_arm.S"
9#endif
10