added base

This commit is contained in:
2025-03-30 04:51:25 +02:00
commit 7f27da9ac4
17 changed files with 5935 additions and 0 deletions

5
util.h Normal file
View File

@@ -0,0 +1,5 @@
/* See LICENSE.dwm file for copyright and license details. */
void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
int fd_set_nonblock(int fd);