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

Go to the source code of this file.

Functions

t_max_pqmax_pq_copy (const t_max_pq *pq)
 Copies the queue and all it contents. More...
 

Function Documentation

◆ max_pq_copy()

t_max_pq* max_pq_copy ( const t_max_pq pq)

Copies the queue and all it contents.

Returns
The copy of the queue

Definition at line 16 of file max_pq_copy.c.