DIPlib Documentation - ©1995-2017 Quantitative Imaging Group, Delft University of Technology.

MemoryCopy

Copy memory blocks

SYNOPSIS

void dip_MemoryCopy( in, out, number )

FUNCTION

Copy a memory block

ARGUMENTS

Data typeNameDescription
void *inpointer to memory source block
void *outpointer to memory destination block
dip_intnumbernumber of bytes to be copied

NOTE

The behaviour of this function is undefined when the in and out blocks overlap.