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

Go to the source code of this file.

Functions

t_min_pqmin_pq_copy (const t_min_pq *pq)
 Copies the queue and all it contents. More...
 

Function Documentation

◆ min_pq_copy()

t_min_pq* min_pq_copy ( const t_min_pq pq)

Copies the queue and all it contents.

Returns
The copy of the queue

Definition at line 16 of file min_pq_copy.c.