bspwm/utils.h
2012-07-30 14:54:20 +02:00

9 lines
154 B
C

#define LENGTH(x) (sizeof(x) / sizeof(*x))
/* #define EXIT_FAILURE -1 */
typedef enum {
false,
true
} bool;
void die(const char *errstr, ...);