1#include <game/sLib/s_printf.hpp>
2#include <revolution/OS/OSError.h>
15extern "C" void OSReport(
const char *msg, ...) {
18 OSVReport(msg, &list);
22extern "C" void OSVReport(
const char *msg, va_list *list) {
vprintfFunc p_VPrintfFuncPtr
Pointer to std::printf.
int vprintf(const char *format, va_list *args)
Prints formatted output.
vprintfFunc GetVPrintfFunc()
Gets the function used to print formatted output.