data_structures
|
#include "queue.h"
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... | |
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.