mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-24 23:21:26 -04:00
12 lines
212 B
C
12 lines
212 B
C
#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, ...) {
|
|
}
|