blob: 1cbceb595bd0d830b7572c9b07db85edbd2b6c6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "global.h"
// This isn't a vprintf since it doesn't take a va_list
void __osSyncVPrintf(const char* fmt, ...) {
}
void osSyncPrintf(const char* fmt, ...) {
}
void rmonPrintf(const char* fmt, ...) {
}
|