Edinburgh Speech Tools  2.1-release
EST_socket_unix.h File Reference
#include <errno.h>
Include dependency graph for EST_socket_unix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NOT_A_SOCKET(FD)   ((FD) <0)
 
#define socket_error()   errno
 

Functions

int socket_initialise (void)
 

Macro Definition Documentation

#define NOT_A_SOCKET (   FD)    ((FD) <0)

Definition at line 76 of file EST_socket_unix.h.

#define socket_error ( )    errno

Definition at line 77 of file EST_socket_unix.h.

Function Documentation

int socket_initialise ( void  )

Definition at line 36 of file system_specific_unix.c.