Added new libc method(printf)
This commit is contained in:
10
kernel/libc/stdio.h
Normal file
10
kernel/libc/stdio.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _STDIO_H_
|
||||
#define _STDIO_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
int printf(const char *format, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user