data_structures
|
#include "max_pq.h"
Go to the source code of this file.
Functions | |
void * | max_pq_pop (t_max_pq *pq) |
Removes and returns the largest key in this queue. More... | |
void* max_pq_pop | ( | t_max_pq * | pq | ) |
Removes and returns the largest key in this queue.
NULL
if the array is empty. Definition at line 38 of file max_pq_pop.c.