5 lines
181 B
C
5 lines
181 B
C
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);
|