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