data_structures
Functions
queue_delete.c File Reference
#include "queue.h"
+ Include dependency graph for queue_delete.c:

Go to the source code of this file.

Functions

void queue_delete (t_queue *queue)
 Deletes the queue and frees all memory taken by its contents, or does nothing if the argument is NULL. More...
 

Function Documentation

◆ queue_delete()

void queue_delete ( t_queue queue)

Deletes the queue and frees all memory taken by its contents, or does nothing if the argument is NULL.

Definition at line 16 of file queue_delete.c.