blob: 643123c4e956e37c2672708f18cdd5c0a30cd2af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include "ultra64.h"
#include "attributes.h"
#include "libc64/aprintf.h"
#include "libc/stdarg.h"
void osSyncPrintfUnused(UNUSED const char* fmt, ...) {
}
void osSyncPrintf(UNUSED const char* fmt, ...) {
}
void rmonPrintf(UNUSED const char* fmt, ...) {
}
|