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