#include <stdio.h>
#include <winsock2.h>
Go to the source code of this file.
Defines | |
#define | MAXMSG 512 |
Functions | |
void | erro_fatal (char *mensagem) |
int | cria_soquete (const char *hostname, int port) |
int | espera (int sock, int tempo) |
int | escreve_soq (int sock, char *mensagem) |
int | main (int argc, char **argv) |
int cria_soquete | ( | const char * | hostname, | |
int | port | |||
) |
int escreve_soq | ( | int | sock, | |
char * | mensagem | |||
) |
int espera | ( | int | sock, | |
int | tempo | |||
) |