bugfix 添加lib的修改

This commit is contained in:
ZZY
2025-04-01 23:28:15 +08:00
parent b57f21556a
commit 1cf26c43f3
5 changed files with 2 additions and 103 deletions

View File

@ -11,6 +11,7 @@
type *data; \
} name \
// You can't malloc at init function becase some user just need a header
#define vector_init(vec) \
do { \
(vec).size = 0, \