diff options
author | awy <awy@tutamail.com> | 2024-08-25 16:13:26 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-25 16:13:26 +0300 |
commit | 5f9b454cda0ad1ab9bf689f487c5386cd05737e5 (patch) | |
tree | e77b1caa41b60db1cc0b6442bcfb16dbe1b85282 /util.h |
upload
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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); |