data_structures
Functions
max_pq_size.c File Reference
#include "max_pq.h"
+ Include dependency graph for max_pq_size.c:

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...
 

Function Documentation

◆ max_pq_size()

size_t max_pq_size ( const t_max_pq pq)

Returns the number of keys in this queue.

Returns
the number of keys in this queue.

Definition at line 16 of file max_pq_size.c.