This directory contains a prepackaged version of SLIB's printf library
for Scsh and Scheme48.

The files "printf.scm" and "genwrite.scm" were extracted from SLIB
version 3a3.  No changes to these files were necessary, the interface
with Scsh/Scheme48 was implemented in the file "packages.scm" alone.

SLIB can be downloaded from

   http://swissnet.ai.mit.edu/~jaffer/SLIB.html

Documentation can be found at

   http://swissnet.ai.mit.edu/~jaffer/slib_toc.html

To install this package under Scsh use Michel Schinz's Installation
Library available from

   http://lamp.epfl.ch/~schinz/scsh_packages/

Running the installation script (scsh-install-pkg) in this directory
will install and setup the library.

To use this library with Scheme48 copy the files "printf.scm", "genwrite.scm" and
"packages.scm" to some directory.  At the Scheme48 prompt type

   ,config ,load /path/to/packages.scm

followed by

   ,open printf

 Emilio C. Lopes <eclig@gmx.net>, 2006-03-08
