Edinburgh Speech Tools  2.1-release
EST_socket_win32.h File Reference

Go to the source code of this file.

Macros

#define SOCKLEN_CAST   (int *)
 
#define NOT_A_SOCKET(FD)   ((FD) == INVALID_SOCKET)
 
#define socket_error()   WSAGetLastError()
 

Typedefs

typedef int ssize_t
 
typedef int socklen_t
 

Functions

int socket_initialise (void)
 

Macro Definition Documentation

#define SOCKLEN_CAST   (int *)

Definition at line 46 of file EST_socket_win32.h.

#define NOT_A_SOCKET (   FD)    ((FD) == INVALID_SOCKET)

Definition at line 50 of file EST_socket_win32.h.

#define socket_error ( )    WSAGetLastError()

Definition at line 51 of file EST_socket_win32.h.

Typedef Documentation

typedef int ssize_t

Definition at line 48 of file EST_socket_win32.h.

typedef int socklen_t

Definition at line 49 of file EST_socket_win32.h.

Function Documentation

int socket_initialise ( void  )

Definition at line 36 of file system_specific_unix.c.