#include <endian.h>
Go to the source code of this file.
Defines | |
#define | UT_LITTLE_ENDIAN |
#define | LE2BE16(x, y) |
char * lb1; \ UT_UCSChar tucs; \ tucs = * ((UT_UCSChar *)(x)); lb1 = (char*) (&tucs); \ *((char*)(y)) = *(lb1+1); *(((char*)(y)+1)) = *lb1;
#define UT_LITTLE_ENDIAN |