#ifndef __STDIO__H
#define __STDIO__H
#include "PSX/System/syscalls.h"
#define printf __syscall_printf
#endif //!__STDIO__H
Powered by TurnKey Linux.