d...@google.com (Doug Evans) writes: > 2012-05-17 Doug Evans <d...@google.com> > > * leb128.h: New file.
I'm not entirely sure about the use of int64_t to hold the result. Do we want to let this interface support larger types some day? E.g., should the result be long long? I'll approve this patch, but think about it. The patch is not as portable as possible, but it will probably be OK in practice. You should deal with any issues that arise. Thanks. Ian