diff options
Diffstat (limited to 'include/08.heap/heap5.c')
| -rw-r--r-- | include/08.heap/heap5.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/08.heap/heap5.c b/include/08.heap/heap5.c new file mode 100644 index 0000000..c816b2c --- /dev/null +++ b/include/08.heap/heap5.c @@ -0,0 +1,2 @@ + b->next = heap->fblock; + heap->fblock = b; |
