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

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

2
util.h
View File

@@ -6,4 +6,4 @@ void* xrealloc(void *ptr, size_t size);
void xfree(void *ptr);
void xerror(int rc, char *fmt, ...);
void xerror(int rc, char *fmt, ...);