void die(char *s); //For debugging void udpserver(void); //start the server by calling this function int processUDPInput(char *input); void sendKeyUDP(char *server, char *message);