ltohi
#define ltohi(I) (*((uint_t *)(&(I))))
#define ltohi(I) ((getbyte(I, 3) << 24) | (getbyte(I, 2) << 16) | \