Massive code refactor
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user