7 lines
125 B
C
7 lines
125 B
C
#ifndef __STDIO__H
|
|
#define __STDIO__H
|
|
#include "PSX/System/syscalls.h"
|
|
|
|
#define printf __syscall_printf
|
|
|
|
#endif //!__STDIO__H
|