cp_heap

Section: libcprops - cp_heap (3)
Updated: JULY 2006
Index Return to Main Contents
 

NAME

cp_heap_peek - retrieve the item on the top of the heap

 

SYNOPSIS

#include <cprops/heap.h>

void *cp_heap_peek(cp_heap *heap);

 

DESCRIPTION

cp_heap_peek returns the item at the top of the heap.

 

RETURN VALUE

the minimum item or NULL if the heap is empty.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE

This document was created by man2html, using the manual pages.
Time: 10:58:19 GMT, July 29, 2006