strncpy.S revision 1.2.8.2
1/* $NetBSD: strncpy.S,v 1.2.8.2 2013/02/25 00:23:59 tls Exp $ */
2
3#define STRNCPY
4
5#if defined(_STANDALONE)
6#include "strcpy_naive.S"
7#else
8#include "strcpy_arm.S"
9#endif
10