[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
movmem() Move a Block of Bytes
#include <mem.h>
void movmem(source,destin,len);
void *source; Source
void *destin; Destination
unsigned len; Number of bytes
movmem() copies a block of le'n' bytes from 'source' to 'destin'. If
the source and destination blocks overlap, the copy direction is
chosen so that overlapping bytes are copied correctly.
Returns: There is no return value.
See Also:
memcpy()
memccpy()
memchr()
memmove()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson