Synopsis

(macro) void ugn_MoveLong(long nlongs, void *src, void *dst)

Purpose

Move longs in memory.

Description

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

Input

nlongs

Number of longs to move

src

Source memory location

dst

Destination memory location