Handbook
Glossary
bz3_encode_block ( state buffer size -- int32_t )
Vocabulary
compression
.
bzip3
.
ffi
Inputs
state
a
struct
buffer
an
object
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_encode_block
( bz3_state* state, uint8_t* buffer,
int32_t
size )