#ifndef NETWORK_H #define NETWORK_H int connect2Server(char *host, int port); #endif