html: support |description: link| style links
[ctxt.git] / util.h
bloba559b5cdbd3383ea799847e5c66f5ce17c85f4ea
1 #ifndef _UTIL_H
2 #define _UTIL_H
4 #define LENGTH(vars) (sizeof(vars) / sizeof(vars[0]))
6 void die(char *msg);
7 void *xmalloc(size_t size);
9 #endif