compress ( dest destLen source sourceLen -- int )


Vocabulary
compression.zlib.ffi

Inputs
destan object
destLenan object
sourcean object
sourceLenan object


Outputs
intan object


Definition


LIBRARY: zlib FUNCTION: int compress
( Bytef* dest, uLongf* destLen, Bytef* source, uLong
sourceLen )