Skip to content

0.1.1

Latest
Compare
Choose a tag to compare
@willemt willemt released this 22 Nov 02:36

The following functions now use const for the heap pointer:

void *heap_peek(const heap_t * hp);
int heap_count(const heap_t * hp);
int heap_size(const heap_t * hp);
int heap_contains_item(const heap_t * hp, const void *item);