data_structures
|
#include "min_pq.h"
Go to the source code of this file.
Functions | |
void | min_pq_delete (t_min_pq *pq) |
Deletes this queue and free all its items and the associated data. More... | |
void min_pq_delete | ( | t_min_pq * | pq | ) |
Deletes this queue and free all its items and the associated data.
Definition at line 16 of file min_pq_delete.c.