core: add B_BTREE_INIT macro

This commit is contained in:
2025-08-16 16:00:33 +01:00
parent 2c15d5cd45
commit 3f2558cac3

View File

@@ -7,6 +7,11 @@
#include <stddef.h>
#include <stdint.h>
#define B_BTREE_INIT \
{ \
0 \
}
#ifdef __cplusplus
extern "C" {
#endif