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