data_structures
|
#include "max_pq.h"
Go to the source code of this file.
Functions | |
t_max_pq * | max_pq_new (const t_type *type) |
Initializes a new empty priority queue. More... | |
Initializes a new empty priority queue.
type | The type of items that this queue can hold |
cmp
function). Definition at line 16 of file max_pq_new.c.