mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-24 06:59:54 -05:00
opt: optimize project struct
This commit is contained in:
parent
f2dbbbb8f2
commit
cd78449180
11 changed files with 9 additions and 9 deletions
5
src/common/util.h
Normal file
5
src/common/util.h
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue