movmem
Move
Memory
movmem
Syntax
#include
<memory.h>
char *movmem(src,dest,count);
char
'src
; /* source address
0/
char °dest; /* destination address * /
char count; /* number
of
bytes
to
move
0/
Description This routine moves count bytes
of
memory from source address
to
dest
6-12
address. The source and destination areas can be overlapping. Refer
to
Section 6.1.1, Specifying the Size
of
Memory
to
Manage,
for
more infor-
mation on allocating memory.