|
VMS Help CRTL, memmove *Conan The Librarian |
Copies a specified number of bytes from one object to another.
Format
#include <string.h>
void *memmove (void *dest, const void *source, size_t size);
Additional Information (explode) :
|
|