diff options
Diffstat (limited to 'include/08.heap/heap02.c')
| -rw-r--r-- | include/08.heap/heap02.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/08.heap/heap02.c b/include/08.heap/heap02.c new file mode 100644 index 0000000..e46dc38 --- /dev/null +++ b/include/08.heap/heap02.c @@ -0,0 +1,3 @@ +typedef struct _KHEAPBM { + KHEAPBLOCKBM *fblock; +} KHEAPBM; |
