Ir al código fuente de este archivo.
'defines' |
#define | close(a) _close(a) |
#define | read(a, b, c) _read(a,b,c) |
#define | write(a, b, c) _write(a,b,c) |
#define | EINTR WSAEINTR |
#define | EWOULDBLOCK WSAEWOULDBLOCK |
#define | ECONNRESET WSAECONNRESET |
#define | EINPROGRESS WSAEINPROGRESS |
Funciones |
const char * | winsock_strerror (int err, char *strerrbuf, size_t buflen) |
Documentación de los 'defines'
#define close |
( |
|
a | ) |
_close(a) |
#define ECONNRESET WSAECONNRESET |
#define EINPROGRESS WSAEINPROGRESS |
#define EWOULDBLOCK WSAEWOULDBLOCK |
#define read |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| _read(a,b,c) |
#define write |
( |
|
a, |
|
|
|
b, |
|
|
|
c |
|
) |
| _write(a,b,c) |
Documentación de las funciones
const char* winsock_strerror |
( |
int |
err, |
|
|
char * |
strerrbuf, |
|
|
size_t |
buflen |
|
) |
| |