Handbook
Glossary
compress2 ( dest destLen source sourceLen level -- int )
Vocabulary
compression
.
zlib
.
ffi
Inputs
dest
an
object
destLen
an
object
source
an
object
sourceLen
an
object
level
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
compression.zlib.ffi
LIBRARY:
zlib
FUNCTION:
int
compress2
( Bytef* dest, uLongf* destLen, Bytef* source,
uLong
sourceLen,
int
level )