From afeb7e4f00eff33e9e1cfcb766825e7c87f5f1d1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 21 Feb 2021 15:45:41 +0100 Subject: Activated SSE/FPU features for better performance --- libc/inc/print.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/inc/print.h') diff --git a/libc/inc/print.h b/libc/inc/print.h index 3e11db7..f32873a 100644 --- a/libc/inc/print.h +++ b/libc/inc/print.h @@ -20,6 +20,7 @@ int err(int code, const char *format, ...); #else #include int print_app(enum stream_defaults id, const char *proc_name, const char *str); +void panic(const char *format, ...); #endif #endif -- cgit v1.2.3