Handbook
Glossary
ipv4-ntoa ( integer -- ip )
Vocabulary
ip-parser
Inputs
integer
an
object
Outputs
ip
an
object
Definition
USING:
ip-parser.private
kernel
math.bitwise
sequences
;
IN:
ip-parser
:
ipv4-ntoa
( integer -- ip )
{
-24 -16 -8 0
}
[
8
shift-mod
]
with
map
join-ipv4
;