use USER_CPPFLAGS
[AROS.git] / arch / m68k-all / exec / copymem.c
blobfb84fceef44ba143642b7b1f3c80485a7064a13f
1 /*
2 Copyright © 1995-2017, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: CopyMem()
6 Lang: english
7 */
9 #include <exec/types.h>
10 #include <exec/execbase.h>
11 #include <proto/exec.h>
12 #include <aros/libcall.h>
15 /* See copymem_.S for implementation */