|
void | reopenStdio () |
|
void | installStdIo (int installTTY) |
|
int | psxopen (const char *path, int mode) |
|
int | psxlseek (int fd, int offset, int whence) |
|
int | psxread (int fd, void *buffer, int size) |
|
int | psxwrite (int fd, void *buffer, int size) |
|
int | psxclose (int fd) |
|
int | psxioctl (int fd, int cmd, int arg) |
|
int | psxgetc (int fd) |
|
void | psxputc (int c, int fd) |
|
void | psxputchar (int c) |
|
int | psxgetchar () |
|
char * | psxgets (char *const s) |
|
void | psxputs (const char *s) |
|
int | psxprintf (const char *fmt,...) |
|
int | psxrename (const char *oldName, const char *newName) |
|
int | psxerase (const char *path) |
|