diff options
| author | stkhan <personal@slickd.xyz> | 2023-03-31 19:31:05 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-03-31 19:31:05 -0500 |
| commit | c0092ba1563cd27086f968db59de420299508947 (patch) | |
| tree | 884a818b8fea3fd164df662693656e608f5dc458 /wm/dwl/util.h | |
| parent | 2de05c39dca4f8a3ca3dd016cfc2076a8a2ba5a9 (diff) | |
init2
Diffstat (limited to 'wm/dwl/util.h')
| -rw-r--r-- | wm/dwl/util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wm/dwl/util.h b/wm/dwl/util.h new file mode 100644 index 0000000..4c94117 --- /dev/null +++ b/wm/dwl/util.h @@ -0,0 +1,4 @@ +/* See LICENSE.dwm file for copyright and license details. */ + +void die(const char *fmt, ...); +void *ecalloc(size_t nmemb, size_t size); |