From 2b0e05cbc1e4d9beccd3a5867c8730880f6ecc10 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Fri, 23 Aug 2024 20:43:31 +0300 Subject: Start to rewriting code Since there's some UB in the master I decided to rewrite code from scratch again. I hope that attempt will be better :D --- include/utils.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/utils.h') diff --git a/include/utils.h b/include/utils.h index 29c59f1..40bb642 100644 --- a/include/utils.h +++ b/include/utils.h @@ -3,9 +3,6 @@ #include -#include "types.h" - - -noreturn void die(i32 code, s8 *fmt, ...); +noreturn void die(int code, char *fmt, ...); #endif /* __UTILS_H__ */ -- cgit 1.4.1