00001 #include <iostream.h> 00002 00003 #include "book.h" 00004 00005 typedef int Elem; 00006 00007 #include "dlinkf.h" // Doubly-linked list nodes 00008 00009 #include "llist.h" 00010 00011 #include "listmain.x"