
Go to the source code of this file.
Functions | |
| int | unix_access (const char *file, int mode) |
| int | unix_read (HANDLE fd, char *buffer, int n) |
| char * | unix_getcwd (char *buffer, int maxlength) |
| int | unix_waitpid (int pid, int *statusp, int flags) |
| int | unix_fork (void) |
| int | socket_initialise (void) |
Definition at line 40 of file system_specific_win32.c.
Definition at line 72 of file system_specific_win32.c.
| char* unix_getcwd | ( | char * | buffer, |
| int | maxlength | ||
| ) |
Definition at line 82 of file system_specific_win32.c.
Definition at line 97 of file system_specific_win32.c.
| int unix_fork | ( | void | ) |
Definition at line 103 of file system_specific_win32.c.
| int socket_initialise | ( | void | ) |
Definition at line 111 of file system_specific_win32.c.