Nugget
|
#include "BoardConsole.h"
#include <stdarg.h>
#include <stdio.h>
#include "common/hardware/pcsxhw.h"
Functions | |
void | BoardConsoleInit () |
void | BoardConsolePuts (const char *str) |
void | BoardConsolePutc (int c) |
void | BoardConsolePrintf (const char *fmt,...) |
void | BoardConsoleVPrintf (const char *fmt, va_list ap) |
void BoardConsoleInit | ( | ) |
void BoardConsolePrintf | ( | const char * | fmt, |
... | |||
) |
void BoardConsolePuts | ( | const char * | str | ) |
void BoardConsoleVPrintf | ( | const char * | fmt, |
va_list | ap | ||
) |