Function binheap_destroy

Function Documentation

void binheap_destroy(struct binheap *heap)

Destroy a heap. Any further use of the heap handle after calling this function is undefined.

Parameters:

heap – The heap handle.