heap_s Struct Reference
One node on the heap.
More...
|
Data Fields |
void * | data |
int32 | val |
int32 | nl |
int32 | nr |
struct heap_s * | l |
struct heap_s * | r |
Detailed Description
One node on the heap.
Definition at line 75 of file heap.c.
The documentation for this struct was generated from the following file: