README file for src/lister

This directory contains files which make up the lister program.
This program generates a listing file and errors on standard error.

The first files make up the idl interface:

lister.idl		Describes lister
lister.h		Generated declarations file
lister.c		Generated code file

The next files are the C source files.

main.c			Main driver program for lister
geterror.c		Routines for accessing error information.
misc.c			Miscellaneous routines.
print.c			Routines which write to a listing file or stderr.
process.c		Routines for processing error instances.

The next files are used for testing the installation.


The last file holds it all together:
Makefile
