##// END OF EJS Templates
Update config.lua
Update config.lua

File last commit:

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