* leb128.h: #include stdint.h, inttypes.h.
authorDoug Evans <dje@google.com>
Thu, 24 May 2012 01:18:15 +0000 (01:18 +0000)
committerDoug Evans <dje@google.com>
Thu, 24 May 2012 01:18:15 +0000 (01:18 +0000)
commitc81795e6d45fa433c7554c62d78b21657ed116fc
tree4de048e3ced545c08143c3a236199852ce4a72bb
parent18bbc1c5f0ded154d747c29d05e1ca35dc089cd8
* leb128.h: #include stdint.h, inttypes.h.
(read_uleb128_to_uint64): Renamed from read_uleb128_to_ull.
Change to take a uint64_t * argument instead of unsigned long long.
(read_sleb128_to_uint64): Renamed from read_sleb128_to_ll.
Change to take an int64_t * argument instead of long long.
include/ChangeLog
include/leb128.h
This page took 0.02489 seconds and 4 git commands to generate.