mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-30 08:51:44 -04:00
print stuff
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include "ultra64.h"
|
||||
|
||||
typedef void* (*PrintCallback)(void*, const char*, size_t);
|
||||
|
||||
int vaprintf(PrintCallback* pfn, const char* fmt, va_list args);
|
||||
int aprintf(PrintCallback* pfn, const char* fmt, ...);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user