diff options
author | Marvin Borner | 2021-03-02 21:06:05 +0100 |
---|---|---|
committer | Marvin Borner | 2021-03-02 21:06:05 +0100 |
commit | 557cb0919118624eacbe4bb95de7bd6b4decab91 (patch) | |
tree | 4d63f3ec874082139e42a5595e4890efafbbe94d /libc/inc | |
parent | acc4b7ccc133b64312e7ab1da3225b7945b1e13d (diff) |
Added stack tracer
idk why
Diffstat (limited to 'libc/inc')
-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 90a715c..110ba4c 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 print_trace(u32 count); #endif #endif |