bug fixed

This commit is contained in:
2024-05-08 00:10:32 +05:30
parent f7d7a53ade
commit c967f5b635
4 changed files with 21 additions and 500 deletions

View File

@@ -40,7 +40,7 @@ void deinit_dll(dll_t* dll);
struct_type* data_ptr = (struct_type* )c_ptr->data; \
c_ptr = c_ptr->next;
#define ITERATE_DLL_END() }
#define ITERATE_DLL_END() }}