mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
4 lines
110 B
C
4 lines
110 B
C
#define LENGTH(x) (sizeof(x) / sizeof(*x))
|
|
/* #define EXIT_FAILURE -1 */
|
|
|
|
void die(const char *errstr, ...);
|