cp_heap_count(3)

cp_heap(3) libcprops - cp_heap cp_heap(3)

NAME

cp_heap_count - return the number of items stored in a heap

SYNOPSIS

#include <cprops/heap.h>

int cp_heap_count(cp_heap *heap);

DESCRIPTION

cp_heap_count returns the number of items currently stored in a heap.

JULY 2006 libcprops.0.1.5