From fa403b3fb6ff14dbed73d815684d6935c3c19717 Mon Sep 17 00:00:00 2001 From: s-over-4 Date: Mon, 10 Jul 2023 00:59:08 -0400 Subject: made a test framework (HLKT) --- src/include/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/util.h') diff --git a/src/include/util.h b/src/include/util.h index 63ee8bb..a7879e9 100644 --- a/src/include/util.h +++ b/src/include/util.h @@ -8,6 +8,7 @@ void die(const char* fmt, ...); +void log_err(const char* fmt, ...); void log_inf(const char* fmt, ...); void log_raw(const char* fmt, ...); void log_war(const char* fmt, ...); -- cgit v1.2.3