feat: added cross compiler and moved headers to include dir
This commit is contained in:
12
include/libc/kprintf.h
Normal file
12
include/libc/kprintf.h
Normal file
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// Created by rick on 06-02-21.
|
||||
//
|
||||
|
||||
#ifndef NEW_KERNEL_KPRINTF_H
|
||||
#define NEW_KERNEL_KPRINTF_H
|
||||
|
||||
int printf(const char *fmt, ...);
|
||||
|
||||
int sprintf(char *target, const char *fmt, ...);
|
||||
|
||||
#endif //NEW_KERNEL_KPRINTF_H
|
||||
Reference in New Issue
Block a user