Handbook
Glossary
inflateCopy ( dest source -- int )
Vocabulary
compression
.
zlib
.
ffi
Inputs
dest
an
object
source
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
compression.zlib.ffi
LIBRARY:
zlib
FUNCTION:
int
inflateCopy
(
z_streamp
dest,
z_streamp
source )