Skip to content
Do Nhat Minh edited this page May 4, 2013 · 5 revisions

Usage

(use-modules (mro io))

Functions

copy-port

Scheme Procedure: (copy-port producer consumer #:optional (block-size 4096))

Copies from producer port to consumer port. Returns total number of bytes
read from producer port.
Clone this wiki locally