refactoring

This commit is contained in:
Maxim Devaev
2026-01-28 08:49:41 +02:00
parent 12cf4492bd
commit 6ac5a5f065
35 changed files with 143 additions and 163 deletions

View File

@@ -22,7 +22,7 @@
#pragma once
#include <assert.h>
#include "tools.h"
#define US_LIST_DECLARE \
@@ -71,6 +71,6 @@
#define US_LIST_REMOVE_C(x_first, x_item, x_count) { \
US_LIST_REMOVE(x_first, x_item); \
assert((x_count) >= 1); \
US_A((x_count) >= 1); \
--(x_count); \
}