libioport
2010-12-11
Introduction
libioport
is an I/O
abstraction layer, named after the I/O abstraction used in Common Lisp and Scheme
systems. It provides an abstract data type called an I/O port, on
which input and output can be performed. The functions for operating
on these ports are independent of the type of object that I/O is
performed on. At the time of writing, libioport
can
perform I/O on stdio
streams, strings and Unix file
descriptors.
Download
You can download libioport
by clicking a
link below. You can use, modify, and distribute the code under the
terms of the MIT
License.
Latest Version
- libioport-0.1.0.tar.bz2 (4889 bytes)