build system refresh
This commit is contained in:
10
rlibc/include/stdio.h
Normal file
10
rlibc/include/stdio.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef RLIBC_STDIO_H
|
||||
#define RLIBC_STDIO_H
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
int printf(const char *format, ...);
|
||||
|
||||
char getchar(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user