pspsdk-1.0+beta2
|
#include <errno.h>
#include <malloc.h>
#include <stdarg.h>
#include <string.h>
#include <time.h>
#include <sys/fcntl.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/unistd.h>
#include <psptypes.h>
#include <pspiofilemgr.h>
#include <pspmodulemgr.h>
#include <pspsysmem.h>
#include <pspthreadman.h>
#include <psputils.h>
Functions | |
int | sceKernelStdin (void) |
int | sceKernelStdout (void) |
int | sceKernelStderr (void) |
void | __psp_init_cwd (void) |
int | __psp_path_absolute (const char *in, char *out, int len) |
Variables | |
char * | __psp_argv_0 |
int | __psp_cwd_initialized |
char | __psp_cwd [MAXPATHLEN+1] |
void __psp_init_cwd | ( | void | ) |
int __psp_path_absolute | ( | const char * | in, |
char * | out, | ||
int | len | ||
) |
int sceKernelStderr | ( | void | ) |
int sceKernelStdin | ( | void | ) |
int sceKernelStdout | ( | void | ) |
char* __psp_argv_0 |
char __psp_cwd[MAXPATHLEN+1] |
int __psp_cwd_initialized |