##// END OF EJS Templates
swapped to meson
swapped to meson

File last commit:

r0:54692361a243 default
r1:60e13e940ee8 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);