2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
6 /*****************************************************************************
15 const void * restrict src0,
19 Copy a block of memory; handling of overlapping regions is not
23 dst0: destination for copy
25 length: number of bytes to copy
31 stdc.library/memcpy() is an alias to stdc.library/memmove()
32 So overlapping regions are handled OK if this function is used.
42 ******************************************************************************/