SYNOPSIS

#include <transform.h>

void Trf_FlipRegisterShort

(

void *buffer,

int length

);

PARAMETERS

void *buffer

Data to swap.

int length

Length of buffer (in byte).

DESCRIPTION

Swap the bytes of all 2-byte words contained in the buffer.

RELATED TO Trf_FlipRegisterShort…