bspwm/utils.h
2012-07-30 12:21:22 +02:00

4 lines
110 B
C

#define LENGTH(x) (sizeof(x) / sizeof(*x))
/* #define EXIT_FAILURE -1 */
void die(const char *errstr, ...);