NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
void memcpy ( variant  dest,
variant  src,
byte  num 
)
inline

Copy memory.

Copies memory contents from the source to the destination. The num argument is ignored.

Parameters
destThe destination variable.
srcThe source variable.
numThe number of bytes to copy (ignored).
Examples:
ex_memcpy.nxc.