forked from xamidev/pepperOS
Add kprintf for DEBUG(); differentiated from printf()
This commit is contained in:
@@ -11,5 +11,6 @@ void kputs(const char* str);
|
||||
void term_init(void);
|
||||
int printf(const char* fmt, ...);
|
||||
void internal_putc(int c, void *_);
|
||||
int kprintf(const char* fmt, ...);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user