Hello World functional

This commit is contained in:
Jaby
2022-08-28 11:15:13 +02:00
committed by Jaby
parent 8feced4e92
commit 568fcc2ca5
13 changed files with 234 additions and 16 deletions

7
include/stdio.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef __STDIO__H
#define __STDIO__H
#include "PSX/System/syscalls.h"
#define printf __syscall_printf
#endif //!__STDIO__H