Thanks to visit codestin.com Credit goes to Github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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);
c2c5d48
Merge pull request #6 from njwhite/master minor elimination of redundant code