Handbook
Glossary
adler32 ( adler buf len -- uLong )
Vocabulary
compression
.
zlib
.
ffi
Inputs
adler
an
object
buf
an
object
len
an
object
Outputs
uLong
an
object
Definition
USING:
alien.syntax
;
IN:
compression.zlib.ffi
LIBRARY:
zlib
FUNCTION:
uLong
adler32
(
uLong
adler, Bytef* buf,
uInt
len )