#include <w3client.h>#include <w3comm.h>#include <w3error.h>#include <stdlib.h>#include <stdio.h>#include <unistd.h>#include <fcntl.h>#include <errno.h>#include <w3clientconfig.h>Functions | |
| boolean | w3SendData (const void *data, size_t size, int sock) |
| Send data through a connection. | |
| void * | w3ReceiveData (unsigned int *size, int sock) |
| Receive data through a connection. | |
1.4.6