Synopsis
(macro) void ugn_MoveInt(long nints, void *src, void *dst)
Purpose
Move ints in memory.
Description
This function will move the specified number of ints from one memory location to another. An inline function macro is also available for this function called ugn_MOVEINT which has the same arguments.
Input
nints
Number of ints to move
src
Source memory location
dst
Destination memory location