Synopsis

void ugn_MoveByte(long nbytes, void *src, void *dst)

Purpose

Move bytes in memory.

Description

This function will move the specified number of bytes from one memory location to another. An inline function macro is also available for this function called ugn_MOVEBYTE which has the same arguments.

Input

nbytes

Number of bytes to move

src

Source memory location

dst

Destination memory location