ZestCode
 
Loading...
Searching...
No Matches
queue_delete

queue. h

void queue_delete( queue_t xQueue );

Delete a queue - freeing all the memory allocated for storing of items placed on the queue.

Parameters
xQueueA handle to the queue to be deleted.