提交 f19b0f05 编写于 作者: H Hongze Cheng

more code

上级 e2f99ba0
......@@ -131,3 +131,9 @@ typedef struct {
SRBTreeNode *pNode;
SRBTree rbt;
} SMergeTree;
void tMergeTreeOpen(SMergeTree *pMTree, int8_t backward) {
pMTree->backward = backward;
pMTree->pNode = NULL;
tRBTreeCreate(&pMTree->rbt, NULL);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册