Warning: This is the manual of the legacy Guile 2.0 series. You may want to read the manual of the current stable series instead.
Previous: Soft Ports, Up: Port Types [Contents][Index]
This kind of port causes any data to be discarded when written to, and always returns the end-of-file object when read from.
Create and return a new void port. A void port acts like
/dev/null. The mode argument
specifies the input/output modes for this port: see the
documentation for open-file
in File Ports.