repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ks/perf-build-with-autoconf' into maint
[alt-git.git]
/
varint.h
blob
c1c44d9a6bde4853f55d6c8d7cd59ad159ef4abb
1
#ifndef VARINT_H
2
#define VARINT_H
3
4
extern
int
encode_varint
(
uintmax_t
,
unsigned char
*);
5
extern
uintmax_t
decode_varint
(
const unsigned char
**);
6
7
#endif
/* VARINT_H */