Blorblib version 1.0.2 Designed by Andrew Plotkin http://www.eblong.com/zarf/blorb/index.html This package contains: readme: This file. blorblib.txt: Documentation for blorblib. blorb.h: The header for blorblib, suitable for including in an interpreter. blorblib.c: The source code for blorblib. blorblow.h: Low-level definitions for blorblib. blorbscan.c: A program to read and analyze Blorb files. To compile blorbscan, do gcc -o blorbscan blorbscan.c blorblib.c or the equivalent. Run the program with no arguments to see a list of options, or give it the name of a Blorb file. To add blorblib to a Z-machine interpreter, see blorblib.txt. The source code in this package is copyright 1998-2000 by Andrew Plotkin. You may copy and distribute it freely, by any means and under any conditions, as long as the code and documentation is not changed. You may also incorporate this code into your own program and distribute that, or modify this code and use and distribute the modified version, as long as you retain a notice in your program or documentation which mentions my name and the URL shown above.