Next:
5.2.3 Add item
Up:
5.2 Queue
Previous:
5.2.1 New
5
.
2
.
2
Delete
To delete a queue,
only
delete the
head
. This is because the
tail
is either the same as the
head
, or it is a component of the list pointed to by the
head
.
void Queue_delete(struct Queue *pQ);
Copyright © 2006-10-23 by Tak Auyeung