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