mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 23:26:00 -04:00
Decompile crashPrint
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
|
||||
void rmonproc();
|
||||
bool rmonIsDisabled(void);
|
||||
void crashPrint(char *format, ...);
|
||||
void crashPrint(const char *format, ...);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
#ifndef _IN_LIB_LIBC_XPRINTF_H
|
||||
#define _IN_LIB_LIBC_XPRINTF_H
|
||||
#include <ultra64.h>
|
||||
|
||||
typedef char *outfun(char*, const char*, size_t);
|
||||
int _Printf(outfun prout, char *arg, const char *fmt, va_list args);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user