Handbook
Glossary
deflateBound ( strm sourceLen -- uLong )
Vocabulary
compression
.
zlib
.
ffi
Inputs
strm
an
object
sourceLen
an
object
Outputs
uLong
an
object
Definition
USING:
alien.syntax
;
IN:
compression.zlib.ffi
LIBRARY:
zlib
FUNCTION:
uLong
deflateBound
(
z_streamp
strm,
uLong
sourceLen )