Availability:C-language interface function
int PL_qlf_put_int64(int64_t
i, IOSTREAM *s)
int PL_qlf_put_int32(int32_t
i, IOSTREAM *s)
int PL_qlf_put_uint32(uint32
i, IOSTREAM *s)Write integers of several sizes. Signed integers are written in
zigzag encoding. For unsigned integers we only write the
non-zero bytes. The result is compact and the same for big or little
endian.