This commit is contained in:
Hizenberg469
2025-01-10 20:51:19 +05:30
commit 7563c1ad59
6 changed files with 148 additions and 0 deletions

8
include/b_list.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef B_LIST
#define B_LIST
#include <stddef.h>
#endif