#ifndef CLIENTS_H_ #define CLIENTS_H_ #define UDP_PORT 9998 #define TCP_PORT 9999 void TCP(const char* HOST); void UDP(char* HOSTNAME); #endif /* CLIENTS_H_ */