print stuff

This commit is contained in:
Derek Hensley
2024-01-20 21:48:32 -08:00
parent 7dfea48bec
commit 1d833e2f0d
9 changed files with 21 additions and 15 deletions
+2
View File
@@ -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, ...);