/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge branch 'js/bisect-helper-check-get-oid-return-value'
[git/git.git]
/
varint.h
Commit
Line
Data
d2c18985
JH
1
#ifndef VARINT_H
2
#define VARINT_H
3
55454427
DL
4
int encode_varint(uintmax_t, unsigned char *);
5
uintmax_t decode_varint(const unsigned char **);
d2c18985
JH
6
7
#endif /* VARINT_H */