mirror of
https://github.com/fergalmoran/ferglos.git
synced 2026-01-18 14:46:46 +00:00
7 lines
88 B
C
7 lines
88 B
C
#ifndef __STDIO_H
|
|
#define __STDIO_H
|
|
|
|
void printf(const char* str);
|
|
void clear();
|
|
|
|
#endif |