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