mirror of
https://github.com/zeldaret/oot
synced 2026-07-07 14:03:40 -04:00
[headers 14] libc64 headers (#2177)
* [headers 14] libc64 headers * bss * bss
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
#ifndef STDIO_H
|
||||
#define STDIO_H
|
||||
|
||||
#include "stdarg.h"
|
||||
|
||||
int sprintf(char* dst, const char* fmt, ...);
|
||||
int vsprintf(char* dst, const char* fmt, va_list args);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user