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