mirror of
https://github.com/zeldaret/oot
synced 2026-05-23 06:54:24 -04:00
76d97ac18a
* [headers 14] libc64 headers * bss * bss
12 lines
242 B
C
12 lines
242 B
C
#ifndef LIBC64_APRINTF_H
|
|
#define LIBC64_APRINTF_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
#include "stdarg.h"
|
|
|
|
s32 PrintUtils_VPrintf(PrintCallback* pfn, const char* fmt, va_list args);
|
|
s32 PrintUtils_Printf(PrintCallback* pfn, const char* fmt, ...);
|
|
|
|
#endif
|