aboutsummaryrefslogtreecommitdiff
path: root/dwm/chadwm/util.h
blob: 5c5da75d385fb3019c416b58a0990e48eb635069 (plain) (blame)
1
2
3
4
5
6
7
8
/* See LICENSE file for copyright and license details. */

#define MAX(A, B)        ((A) > (B) ? (A) : (B))
#define MIN(A, B)        ((A) < (B) ? (A) : (B))
#define BETWEEN(X, A, B) ((A) <= (X) && (X) <= (B))

void die(const char *fmt, ...);
void *ecalloc(size_t nmemb, size_t size);
/span>Upgrade to neovim 0.8Luca Matei Pintilie2-7/+54 2022-11-12Fix tmux colours and add gitsigns to neovimLuca Matei Pintilie4-9/+88 2022-11-08Foot use tmux by defaultLuca Matei Pintilie1-1/+1 2022-11-08Neovim omnisharp plugin and tmux color fix on foot and inputrc emacsLuca Matei Pintilie5-7/+13 2022-10-25Update neovim, inputrc and bootstrap.shLuca Matei Pintilie4-9/+18 2022-10-24Remove weather from tmux configLuca Matei Pintilie1-1/+1