Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

endian.h File Reference

Endianess conversion functions. More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define LSG_ENDIAN_H   1

Enumerations

enum  LsgEndian_Endianess { LsgEndian_LITTLE, LsgEndian_BIG }

Functions

LsgEndian_Endianess LsgEndian_endianess (void)
void LsgEndian_swap (char *buffer, int size)
void LsgEndian_swapArray (char *buffer, int size, int count)
void LsgEndian_swapShort (short int *buffer)
void LsgEndian_swapInt (int *buffer)
void LsgEndian_swapLong (long int *buffer)


Detailed Description

Endianess conversion functions.


(c) 2003, by Enno Cramer
generated on 13 Jul 2003
lescegra - doxygen