diff options
Diffstat (limited to 'include/08.heap/heap03.c')
| -rw-r--r-- | include/08.heap/heap03.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/08.heap/heap03.c b/include/08.heap/heap03.c new file mode 100644 index 0000000..9e2fe89 --- /dev/null +++ b/include/08.heap/heap03.c @@ -0,0 +1,3 @@ +void k_heapBMInit(KHEAPBM *heap) { + heap->fblock = 0; +} |
