X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/14343e69cc596b847f71f1e825d3019ab1a29aa8..4ec3a673ff81275a9157d6801ea4a2b17031e5ba:/util.h?ds=sidebyside diff --git a/util.h b/util.h index f7ce721..cded043 100644 --- a/util.h +++ b/util.h @@ -5,3 +5,4 @@ #define BETWEEN(X, A, B) ((A) <= (X) && (X) <= (B)) void die(const char *errstr, ...); +void *ecalloc(size_t, size_t);