Add pid/tid to all log messages

This commit is contained in:
Drew Galbraith 2023-05-30 23:22:29 -07:00
parent 2eefda6114
commit 9e3df0ccd0
4 changed files with 27 additions and 9 deletions

View file

@ -2,5 +2,6 @@
#include <stdarg.h>
void dbg(const char* fmt, ...);
void dbgln(const char* str, ...);
void panic(const char* str, ...);