00001 #include <stdio.h> 00002 #include <iostream.h> 00003 #include <assert.h> 00004 00005 #include "book.h" 00006 00007 typedef int Elem; 00008 #define key(X) (int)(X) 00009 00010 #include "linkf.x" // Use for freelist link class. 00011 00012 #include "llist.h" 00013 00014 // Load the member functions for list 00015 #include "llist.x" 00016 #include "llist2.x"