Synopsis
void ugn_SwapLong(long nlongs, void *a1, void *a2)
Purpose
Swaps longs in memory.
Description
This function will swap the specified number of longs between the arrays a1 and a2.
Input
nlongs
Number of longs to swap
a1
Array 1
a2
Array 2
void ugn_SwapLong(long nlongs, void *a1, void *a2)
Swaps longs in memory.
This function will swap the specified number of longs between the arrays a1 and a2.
Number of longs to swap
Array 1
Array 2