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

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

Function Documentation

◆ max_pq_delete()

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.