ClanSoft logo
ClanSoft logo

    CL_Endian::swap

Syntax

static void swap(
        void *data,
        int type_size);

Parameters

data-Data to be swapped.
type_size-Size of datatype to be swapped.

Description

Swaps the bytes between little and big endian.


Back to index



This page was built using the Perceps documentation system.