18 #ifndef INCLUDE_RCF_BYTEORDERING_HPP 19 #define INCLUDE_RCF_BYTEORDERING_HPP 21 #include <RCF/Export.hpp> 25 RCF_EXPORT
void machineToNetworkOrder(
void *buffer,
int width,
int count);
26 RCF_EXPORT
void networkToMachineOrder(
void *buffer,
int width,
int count);
27 RCF_EXPORT
bool machineOrderEqualsNetworkOrder();
28 RCF_EXPORT
bool isPlatformLittleEndian();
32 #endif // ! INCLUDE_RCF_BYTEORDERING_HPP Definition: AmiIoHandler.hpp:23