feat: added printf
This commit is contained in:
10
kernel/libc/kprintf.h
Normal file
10
kernel/libc/kprintf.h
Normal file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// Created by rick on 06-02-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_KPRINTF_H
|
||||
#define NEW_KERNEL_KPRINTF_H
|
||||
|
||||
void printf(const char *fmt, ...);
|
||||
|
||||
#endif //NEW_KERNEL_KPRINTF_H
|
||||
Reference in New Issue
Block a user