data_structures
|
#include "min_pq.h"
Go to the source code of this file.
Functions | |
void | min_pq_add (t_min_pq *pq, const void *data) |
Adds a copy of the specified element to the queue. More... | |
void min_pq_add | ( | t_min_pq * | pq, |
const void * | data | ||
) |
Adds a copy of the specified element to the queue.
data | The element to be copied |
Definition at line 30 of file min_pq_add.c.