|
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) |