ClanSoft logo
ClanSoft logo

    CL_Endian::swap

Syntax

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

Parameters

data-Data to be swapped.
type_size-Size of datatype to be swapped.
total_times-Number of 'type_size' size data chunks to be swapped.

Description

Swaps larger amounts of data between little and big endian.


Back to index



This page was built using the Perceps documentation system.