Go to the source code of this file.
Functions | |
void | byteswap (void *d, int size) |
bool | std2host (void *d, int size) |
bool | host2std (void *d, int size) |
void | swap (char &a, char &b) |
|
|
|
converts the host byte order to the standard order
|
|
converts standard byte order to the host format
|
|
|