#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <unistd.h>
#include <netinet/in.h>
#include <netdb.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "sft.h"
Go to the source code of this file.
Functions | |
struct hostent * | gethostbyname () |
int | main (int argc, char *argv[]) |
Funcao que gerencia execucao programa. | |
Variables | |
struct sockaddr_in | server |
struct hostent * | hp |