Handbook
Glossary
check-crc ( bytes -- bytes )
Vocabulary
binhex
.
private
Inputs
bytes
an
object
Outputs
bytes
an
object
Definition
USING:
endian
io
kernel
;
IN:
binhex.private
:
check-crc
( bytes -- bytes )
dup
crc16-binhex
2
read
be>
assert=
;