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

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...
 

Function Documentation

◆ min_pq_delete()

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.