#ifndef ENDIAN_H #define ENDIAN_H int toLittleEndian(int x); int fromLittleEndian(int x); #endif