Initial implementation of Btree
This commit is contained in:
parent
f30f7a6449
commit
98bea5b32a
3 changed files with 121 additions and 9 deletions
2
list.h
2
list.h
|
|
@ -139,7 +139,7 @@ typedef struct dnode_ {
|
|||
void *vptr;
|
||||
};
|
||||
dnode_ptr next;
|
||||
dnode_ptr prev;
|
||||
dnode_ptr prev;
|
||||
} dnode_t;
|
||||
|
||||
void dlist_append(dnode_t *start, dnode_t *tail)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue