一些基础组件

This commit is contained in:
2026-08-30 03:52:23 +08:00
parent f26534c938
commit 37fddc0bdd
11 changed files with 1595 additions and 73 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ typedef struct {
c_Allocator_t allocator;
}c_SmartPtrVector_t;
#define C_SMART_PTR_VECTOR_INITIALIZER {NULL, 0, 0}
#define C_SMART_PTR_VECTOR_INITIALIZER {NULL, 0, 0, c_DefaultAllocator}
/* ------------------------------------------------------------------------------------------------------------------ */
/* */