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