##// END OF EJS Templates
init
init

File last commit:

r0:54692361a243 default
r0:54692361a243 default
Show More
util.h
5 lines | 166 B | text/x-c | CLexer
init
r0 /* 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);