bspwm/utils.h

5 lines
110 B
C
Raw Normal View History

2012-07-30 12:21:22 +02:00
#define LENGTH(x) (sizeof(x) / sizeof(*x))
/* #define EXIT_FAILURE -1 */
void die(const char *errstr, ...);