1
0
forked from 131/lab5_ivec

добавил тесты, обновил ридмиху

This commit is contained in:
dzruyk
2023-04-14 17:18:19 +03:00
parent aa70890469
commit 32e562cb10
6 changed files with 107 additions and 37 deletions

View File

@@ -12,4 +12,3 @@
#define ARR_FOREACH(arr, item) \
for (item = arr; item != arr + ARRSZ(arr) * sizeof(*item); item++)