uLEB128

Decode Unsigned LEB128.

version(Posix)
_uleb128_t
uLEB128
(
const(ubyte)** p
)

Parameters

p
Type: const(ubyte)**

pointer to data pointer, *p is updated to point past decoded value

Return Value

decoded value

See Also

Suggestion Box / Bug Report