diff options
| author | Blista Kanjo | 2023-06-22 00:24:38 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-06-22 00:24:38 -0400 |
| commit | 9195205259e1e99a165339dddd2b14f30d92736c (patch) | |
| tree | 8b065324decea69d3096267cb61cbacf1b7306dd /.local/bin-etc-opt-usr/opt/custom-dmenu-build/util.h | |
| parent | 6d21d16e0f0823f946b956ad0f0f3c09b837b33e (diff) | |
delete: bin-etc-opt-usr from this repo
Diffstat (limited to '.local/bin-etc-opt-usr/opt/custom-dmenu-build/util.h')
| -rw-r--r-- | .local/bin-etc-opt-usr/opt/custom-dmenu-build/util.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.local/bin-etc-opt-usr/opt/custom-dmenu-build/util.h b/.local/bin-etc-opt-usr/opt/custom-dmenu-build/util.h deleted file mode 100644 index f633b51..0000000 --- a/.local/bin-etc-opt-usr/opt/custom-dmenu-build/util.h +++ /dev/null @@ -1,8 +0,0 @@ -/* 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); |
