diff options
Diffstat (limited to 'libc/inc/print.h')
-rw-r--r-- | libc/inc/print.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <proc.h> int print_app(enum stream_defaults id, const char *proc_name, const char *str); +void panic(const char *format, ...); #endif #endif |