#include <stdio.h>
#include <psptypes.h>
#include <pspkernel.h>
#include <pspiofilemgr.h>
#include <string.h>
#include <malloc.h>
#include <stdarg.h>
#include <stddef.h>
Data Structures | |
| struct | s_strargument |
Defines | |
| #define | MAXDIG 20 |
| #define | PS2LIB_STR_MAX 4096 |
Functions | |
| int | isdigit (int __c) |
| int | vxprintf (void(*func)(char *, int, void *), void *arg, const char *format, va_list ap) |
| void | __sout (char *, int, void *) |
| __attribute__ ((weak)) | |
| void | __mout (char *, int, void *) |
| void | __fout (char *, int, void *) |
| #define MAXDIG 20 |
| #define PS2LIB_STR_MAX 4096 |
| __attribute__ | ( | (weak) | ) | [new] |
| void __fout | ( | char * | , | |
| int | , | |||
| void * | ||||
| ) |
| void __mout | ( | char * | , | |
| int | , | |||
| void * | ||||
| ) |
| void __sout | ( | char * | , | |
| int | , | |||
| void * | ||||
| ) |
| int isdigit | ( | int | __c | ) |
| int vxprintf | ( | void(*)(char *, int, void *) | func, | |
| void * | arg, | |||
| const char * | format, | |||
| va_list | ap | |||
| ) |
1.5.2