Files
ferglos/include/stdio.h
2020-06-08 21:20:38 +01:00

7 lines
88 B
C

#ifndef __STDIO_H
#define __STDIO_H
void printf(const char* str);
void clear();
#endif