19 #ifndef INCLUDE_RCF_BYTEORDERING_HPP 20 #define INCLUDE_RCF_BYTEORDERING_HPP 22 #include <RCF/Export.hpp> 26 RCF_EXPORT
void machineToNetworkOrder(
void *buffer,
int width,
int count);
27 RCF_EXPORT
void networkToMachineOrder(
void *buffer,
int width,
int count);
28 RCF_EXPORT
bool machineOrderEqualsNetworkOrder();
29 RCF_EXPORT
bool isPlatformLittleEndian();
33 #endif // ! INCLUDE_RCF_BYTEORDERING_HPP Definition: AmiIoHandler.hpp:24