From 9fe644f0d99375ffd3011d8828f7dbd0fb103af0 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Sat, 4 Dec 2021 13:48:01 +0100 Subject: Added more gui interaction --- util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index b34da36..a1c47e6 100644 --- a/util.h +++ b/util.h @@ -10,3 +10,7 @@ int strnwidth(const char *s, int n); void assert(int cond, const char *file, int line, const char *condstr); + +char *sanitized(const char *instr); + +char *aprintf(const char *fmtstr, ...); -- cgit v1.2.3-71-gd317