13 s[7] = x & 255; x >>= 8;
14 s[6] = x & 255; x >>= 8;
15 s[5] = x & 255; x >>= 8;
18 s[3] = x & 255; x >>= 8;
19 s[2] = x & 255; x >>= 8;
20 s[1] = x & 255; x >>= 8;
void tai_pack(char *, const struct tai *)
void taia_pack(char *s, const struct taia *t)