#include #include #include void osSyncPrintf(const char *fmt, ...) { int ans; va_list ap; // these functions intentionally left blank. ifdeffed out in rom release } void rmonPrintf(const char *fmt, ...) { int ans; va_list ap; }