#include <pspkernel.h>
#include <pspdebug.h>
#include <unistd.h>
Defines | |
| #define | dbgprintf pspDebugScreenPrintf |
Functions | |
| int | pspDebugInstallStdinHandler (PspDebugInputHandler handler) |
| Install a handler for stdin (so you can use normal stdio functions). | |
| int | pspDebugInstallStdoutHandler (PspDebugPrintHandler handler) |
| Install a print handler for stdout (so you can use normal print functions). | |
| int | pspDebugInstallStderrHandler (PspDebugPrintHandler handler) |
| Install a print handler for stderr (so you can use normal print functions). | |
| #define dbgprintf pspDebugScreenPrintf |
1.5.2