Sign in
code
/
git
/
b095b7d15937d92e9f9eae5a8f4151ec6dece159
/
.
/
varint.h
blob: eb401935bd24c9040694497dc7d5d39b007c3aab [
file
] [
log
] [
blame
]
#ifndef
VARINT_H
#define
VARINT_H
uint8_t
encode_varint
(
uint64_t
,
unsigned
char
*);
uint64_t
decode_varint
(
const
unsigned
char
**);
#endif
/* VARINT_H */