opt: optimize project struct

This commit is contained in:
DreamMaoMao 2025-04-28 09:19:26 +08:00
parent f2dbbbb8f2
commit cd78449180
11 changed files with 9 additions and 9 deletions

5
src/common/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);