This commit is contained in:
Arthur Khachaturov 2024-07-04 13:49:10 +03:00
parent f6e995fe98
commit 765fb16e7d
7 changed files with 357 additions and 98 deletions

1
util.h
View file

@ -6,3 +6,4 @@
void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
void notify(const char *fmt, ...);