Handbook
Glossary
tcp-echo-banner ( #times #bytes -- )
Vocabulary
benchmark
.
tcp-echo0
Inputs
#times
an
object
#bytes
an
object
Outputs
None
Definition
USING:
formatting
;
IN:
benchmark.tcp-echo0
:
tcp-echo-banner
( #times #bytes -- )
"Network testing: times: %d, length: %d\n"
printf
;