Assignment 1

Implement a first-in first-out doubly linked queue using the following specification: qlistspec.tar Fill in the functions in lqueue.c so that when you run the output you get this. You may not change lqmain.c. You may want to use a dummy head; this will avoid all special cases of insert and delete, and is more elegant!