data_structures
|
#include "max_pq.h"
Go to the source code of this file.
Functions | |
size_t | max_pq_size (const t_max_pq *pq) |
Returns the number of keys in this queue. More... | |
size_t max_pq_size | ( | const t_max_pq * | pq | ) |
Returns the number of keys in this queue.
Definition at line 16 of file max_pq_size.c.