We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
c34d10f
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);