repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use USER_CPPFLAGS
[AROS.git]
/
arch
/
m68k-all
/
exec
/
copymem.c
blob
fb84fceef44ba143642b7b1f3c80485a7064a13f
1
/*
2
Copyright © 1995-2017, The AROS Development Team. All rights reserved.
3
$Id$
4
5
Desc: CopyMem()
6
Lang: english
7
*/
8
9
#include <exec/types.h>
10
#include <exec/execbase.h>
11
#include <proto/exec.h>
12
#include <aros/libcall.h>
13
14
15
/* See copymem_.S for implementation */