#include <errno.h>

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) |
| #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.
| int socket_initialise | ( | void | ) |
Definition at line 36 of file system_specific_unix.c.