Files
jabyengine/include/stdio.h
2022-08-28 11:15:13 +02:00

7 lines
125 B
C

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