data_structures
|
#include "max_pq.h"
Go to the source code of this file.
Functions | |
void * | max_pq_peek (const t_max_pq *pq) |
Returns the largest key in the queue. More... | |
void* max_pq_peek | ( | const t_max_pq * | pq | ) |
Returns the largest key in the queue.
NULL
if the queue is empty. Definition at line 16 of file max_pq_peek.c.