mirror of
https://gitee.com/apaki/unicstl.git
synced 2025-07-03 23:56:54 +08:00
累了,明天再写吧
This commit is contained in:
parent
97cfafafa2
commit
6243c46d63
@ -25,12 +25,13 @@ bool heap_peek(struct _heap* self, void* obj)
|
|||||||
|
|
||||||
bool heap_push(struct _heap* self, void* obj)
|
bool heap_push(struct _heap* self, void* obj)
|
||||||
{
|
{
|
||||||
|
assert(self != NULL);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool heap_pop(struct _heap* self, void* obj)
|
bool heap_pop(struct _heap* self, void* obj)
|
||||||
{
|
{
|
||||||
|
assert(self != NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
void heap_setmin(struct _heap* self, bool min_flag)
|
void heap_setmin(struct _heap* self, bool min_flag)
|
||||||
|
Loading…
Reference in New Issue
Block a user