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