Decompile printfunc.c

This commit is contained in:
gamemasterplc 2023-11-23 21:23:02 -06:00
parent 951c59bacc
commit c772f715b3
4 changed files with 57 additions and 7 deletions

View file

@ -1,6 +1,5 @@
#include "common.h"
#include "dolphin/os.h"
#include "stdio.h"
extern int gcsetjmp(jmp_buf *jump);
extern void gclongjmp(jmp_buf *jump, int status);