pspsdk-1.0+beta2
stdio.c File Reference
#include <pspkernel.h>
#include <pspdebug.h>
#include <unistd.h>
Include dependency graph for stdio.c:

Macros

#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)

Macro Definition Documentation

#define dbgprintf   pspDebugScreenPrintf