1/* $OpenBSD: memmove.S,v 1.3 1996/11/13 22:05:09 niklas Exp $ */ 2/* $NetBSD: memmove.S,v 1.1 1995/08/13 00:40:48 cgd Exp $ */ 3 4#if defined(LIBC_SCCS) 5 .text 6 .asciz "$OpenBSD: memmove.S,v 1.3 1996/11/13 22:05:09 niklas Exp $" 7#endif 8 9#define MEMMOVE 10#include "bcopy.S" 11