#include #include #include void int64_store(unsigned char *s,int64_t x) { x = htole64(x); memcpy(s,&x,sizeof x); }