Espresso 0.0.1a
This commit is contained in:
@ -1,2 +1,10 @@
|
||||
#ifndef STDIO_H
|
||||
#define STDIO_H
|
||||
|
||||
#include <types.h>
|
||||
#include <printf.h>
|
||||
|
||||
char getchar(void);
|
||||
char* getstring(void);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user