mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
10 lines
104 B
C
10 lines
104 B
C
#ifndef LIBA_STDIO_H
|
|
#define LIBA_STDIO_H
|
|
|
|
#define stdin 0
|
|
#define stdout 0
|
|
|
|
typedef void FILE;
|
|
|
|
#endif
|