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