BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 366395f052aa08364bd7e309662860dd94d8ed99 / include

// Related

Nucleus

Barry Library printf 366395f (3 years, 2 months ago)
diff --git a/include/nucleus/panic.h b/include/nucleus/panic.h
index 63034cf..27eea94 100644
--- a/include/nucleus/panic.h
+++ b/include/nucleus/panic.h
@@ -1,6 +1,7 @@
 #ifndef _NUCLEUS_PANIC_H
 #define _NUCLEUS_PANIC_H
 
+int sprintf(char *buf, char *fmt, ...);
 void kprintf(char *fmt, ...);
 _Noreturn void panic(char *fmt, ...);