X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=util.h;h=cded0434301b89014a41219601a8f93e206eea24;hb=3465bed290abc62cb2e69a8096084ba6b8eb4956;hp=f7ce72174f047a79355b6171de3a251da6ca8618;hpb=14343e69cc596b847f71f1e825d3019ab1a29aa8;p=dwm.git 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);