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