                        18-1-93

To compile the library and examples:
 1. create a directory for the linked list library
 2. untar the package, this should create src, inc, man  subdirectories
 3. create a lib subdirectory

 On a sun:
   a. cd src    followed by 'make -f Makefile all' 

 On other machines (the makefile is not portable):
   a. gcc -c LL.c -I../inc   (gcc is just an example of an ANSI C
   compiler)
   b. for each example
	gcc example.c -o example LL.o -I../inc

To use the lib:
  1. Have a look at the examples
  2. Read the manual page in the man subdir.

All coments welcome
          George

-----------------------------------------------------------------------------
George Matas                       |  University of Surrey
+44 (0)483 300 800, ext. 2322      |  Dept. of Electronic and Electrical Eng.
g.matas@ee.surrey.ac.uk            |  Guildford, Surrey GU2 5XH, UK


