The Wayback Machine - https://web.archive.org/web/20220131200526/https://github.com/git/git/blob/master/varint.h
Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
#ifndef VARINT_H
#define VARINT_H
int encode_varint(uintmax_t, unsigned char *);
uintmax_t decode_varint(const unsigned char **);
#endif /* VARINT_H */