Massive code refactor

This commit is contained in:
2026-07-02 01:24:16 -04:00
parent c10722aa69
commit b5ccb2621b
22 changed files with 3277 additions and 2760 deletions
+2
View File
@@ -1,5 +1,7 @@
/* Copyright and license details as described in the LICENSE file. */
#include <stddef.h>
_Noreturn void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
int fd_set_nonblock(int fd);