Handbook
Glossary
gzwrite ( file buf len -- int )
Vocabulary
compression
.
zlib
.
ffi
Inputs
file
an
object
buf
an
object
len
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
compression.zlib.ffi
LIBRARY:
zlib
FUNCTION:
int
gzwrite
(
gzFile
file, void* buf,
uint
len )