mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-13 02:10:57 +00:00
[headers 14] libc64 headers (#2177)
* [headers 14] libc64 headers * bss * bss
This commit is contained in:
parent
cbf9eacf42
commit
76d97ac18a
16 changed files with 73 additions and 40 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "global.h"
|
||||
#include "libc64/aprintf.h"
|
||||
#include "ultra64.h"
|
||||
|
||||
s32 PrintUtils_VPrintf(PrintCallback* pfn, const char* fmt, va_list args) {
|
||||
return _Printf(*pfn, pfn, fmt, args);
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "libc64/malloc.h"
|
||||
#include "ultra64.h"
|
||||
#include "macros.h"
|
||||
#include "libc64/os_malloc.h"
|
||||
|
||||
#define LOG_SEVERITY_NOLOG 0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "libc64/sprintf.h"
|
||||
#include "stdarg.h"
|
||||
#include "stdio.h"
|
||||
#include "string.h"
|
||||
#include "ultra64/xstdio.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue