bugfix 添加lib的修改
This commit is contained in:
@ -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, \
|
||||
|
Reference in New Issue
Block a user