core: add B_BTREE_INIT macro
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define B_BTREE_INIT \
|
||||
{ \
|
||||
0 \
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user