1 char rcsid_queue
[] = "$Id$";
13 q
= (Queue
) zalloc(sizeof(struct queue
));
22 addQ(q
, ts
) Queue q
; Item_Set ts
;
35 q
->head
= q
->tail
= qe
;
49 q
->head
= q
->head
->next
;
50 ts
= (Item_Set
) qe
->x
;
61 printf("Begin Queue\n");
62 foreachList((ListFn
)dumpItem_Set
, q
->head
);
63 printf("End Queue\n");