Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请教 #1

Open
mandy-yan opened this issue Sep 16, 2020 · 2 comments
Open

请教 #1

mandy-yan opened this issue Sep 16, 2020 · 2 comments

Comments

@mandy-yan
Copy link

这个代码 您测试过吗? 怎么感觉有问题似的, 您能提供用法吗?

@mandy-yan
Copy link
Author

代码有某处存在问题

@mandy-yan mandy-yan reopened this Sep 20, 2020
@JianpMz
Copy link

JianpMz commented Oct 24, 2022

103行 new_node=(db_lnode_t* )malloc(szieof(db_lnode_t));
应改为 new_node=(db_lnode_t* )malloc(sizeof(db_lnode_t));
这份代码太多错误,不推荐自己去找BUG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants