blob: 726a94be354fe3153037ad725a5ea4640db48bfc (
plain) (
blame)
1
2
3
4
5
|
/* $NetBSD: memmove.S,v 1.1 2001/06/19 00:25:05 fvdl Exp $ */
/* $FreeBSD: src/lib/libc/amd64/string/memmove.S,v 1.1.22.1 2009/04/15 03:14:26 kensmith Exp $ */
#define MEMMOVE
#include "bcopy.S"
|