sLEB128

Decode Signed LEB128.

version(Posix)
_sleb128_t
sLEB128
(
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