Files
Espresso/include/stdio.h
2025-06-17 15:50:07 -05:00

11 lines
124 B
C

#ifndef STDIO_H
#define STDIO_H
#include <types.h>
#include <printf.h>
char getchar(void);
char* getstring(void);
#endif