#include <sys/types.h>#include <sys/socket.h>#include <sys/stat.h>#include <netinet/in.h>#include <netdb.h>#include <stdio.h>#include <string.h>Go to the source code of this file.
Defines | |
| #define | TAMMSG 80 |
Functions | |
| int | main (int argc, char *argv[]) |
| Funcao principal do Programa. | |
1.7.1