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