#ifndef __LUNAIX_USTDIO_H #define __LUNAIX_USTDIO_H #define stdout 0 #define stdin 1 int printf(const char* fmt, ...); #endif /* __LUNAIX_USTDIO_H */