summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authoranastasisg <anastasis@learnworlds.com>2025-02-18 23:18:55 +0200
committeranastasisg <anastasis@learnworlds.com>2025-02-18 23:18:55 +0200
commitdbce9b2cf2a3b310f426a4bfda0af6c502413e74 (patch)
tree89eb27ee4bd9ad2066df2791a2f338abe52a488d /util.h
parenteb921aa2931859f55b11f3cc42a7fadd147a58d9 (diff)
downloadxlnch-gtk.tar.gz
xlnch-gtk.tar.bz2
xlnch-gtk.zip
Gtk supportgtk
Diffstat (limited to 'util.h')
-rw-r--r--util.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/util.h b/util.h
index 4c51c76..156397a 100644
--- a/util.h
+++ b/util.h
@@ -2,8 +2,10 @@
#define XLNCH_UTIL_H
#include <stdarg.h>
-
-#define MAX(A, B) ((A) > (B) ? (A) : (B))
+#include <ctype.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
void die(const char *fmt, ...) {
va_list ap;