Handbook
Glossary
bz3_decode_block ( state buffer size orig_size -- int32_t )
Vocabulary
compression
.
bzip3
.
ffi
Inputs
state
an
object
buffer
an
object
size
an
object
orig_size
an
object
Outputs
int32_t
an
object
Word description
Consult
Compression.bzip3.ffi
for more details.
Definition
USING:
alien.c-types
alien.syntax
;
IN:
compression.bzip3.ffi
LIBRARY:
bzip3
FUNCTION:
int32_t
bz3_decode_block
( bz3_state* state, uint8_t* buffer,
int32_t
size,
int32_t
orig_size )