00001 #include <iostream.h> 00002 00003 #include "book.h" 00004 00005 typedef int Elem; 00006 00007 #include "linkf.h" // Use for freelist link class. 00008 00009 #include "llist.h" 00010 00011 #include "listmain.x"