strncpy.S revision 1.2.4.2
1/* $NetBSD: strncpy.S,v 1.2.4.2 2013/02/07 07:06:02 matt 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