Hello World functional
This commit is contained in:
7
include/stdio.h
Normal file
7
include/stdio.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __STDIO__H
|
||||
#define __STDIO__H
|
||||
#include "PSX/System/syscalls.h"
|
||||
|
||||
#define printf __syscall_printf
|
||||
|
||||
#endif //!__STDIO__H
|
||||
Reference in New Issue
Block a user