static void swap( void *data, int type_size, int total_times);
Swaps larger amounts of data between little and big endian.
Back to index