1 2 3 4 5 6 7 8 9 10 11 12
#define __CVTENDIAN1_H #define __CVTENDIAN2_H static int ConvertEndian(void *ptr, int bytes) { switch(bytes) { default: break; } }