Edinburgh Speech Tools  2.1-release
system_specific_win32.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include "EST_unix.h"
#include "EST_socket.h"
Include dependency graph for system_specific_win32.c:

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)
 

Function Documentation

int unix_access ( const char *  file,
int  mode 
)

Definition at line 40 of file system_specific_win32.c.

int unix_read ( HANDLE  fd,
char *  buffer,
int  n 
)

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.

int unix_waitpid ( int  pid,
int statusp,
int  flags 
)

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.