Functions | |
| int | sceKernelStdoutReopen (const char *file, int flags, SceMode mode) |
| Function reopen the stdout file handle to a new file. | |
| int | sceKernelStderrReopen (const char *file, int flags, SceMode mode) |
| Function reopen the stderr file handle to a new file. | |
| int | fdprintf (int fd, const char *format,...) |
| fprintf but for file descriptors | |
| int fdprintf | ( | int | fd, | |
| const char * | format, | |||
| ... | ||||
| ) |
fprintf but for file descriptors
| fd | - file descriptor from sceIoOpen | |
| format | - format string | |
| ... | - variables |
| int sceKernelStderrReopen | ( | const char * | file, | |
| int | flags, | |||
| SceMode | mode | |||
| ) |
Function reopen the stderr file handle to a new file.
| file | - The file to open. | |
| flags | - The open flags | |
| mode | - The file mode |
| int sceKernelStdoutReopen | ( | const char * | file, | |
| int | flags, | |||
| SceMode | mode | |||
| ) |
Function reopen the stdout file handle to a new file.
| file | - The file to open. | |
| flags | - The open flags | |
| mode | - The file mode |
1.5.2