BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 57c37224fcb74856e64ac9e2421bff651e95e84a / include / nucleus

// Related

Nucleus

Barry debug printf system call 57c3722 (3 years, 2 months ago)
diff --git a/include/nucleus/panic.h b/include/nucleus/panic.h
index 27eea94..e51df78 100644
--- a/include/nucleus/panic.h
+++ b/include/nucleus/panic.h
@@ -3,6 +3,7 @@
 
 int sprintf(char *buf, char *fmt, ...);
 void kprintf(char *fmt, ...);
+void dbgprintf(char *msg);
 _Noreturn void panic(char *fmt, ...);
 
 #define ASSERT(c) ({ \