Files
Upsilon/liba/include/stdio.h
Romain Goyet 872efea4d1 Liba cleanup
2015-05-31 13:51:41 +02:00

10 lines
104 B
C

#ifndef LIBA_STDIO_H
#define LIBA_STDIO_H
#define stdin 0
#define stdout 0
typedef void FILE;
#endif