fixed client and server (and added more)

This commit is contained in:
Arthur-Coppey
2021-08-22 01:01:57 +02:00
parent 4b575cf3b9
commit 68f3bf78de
3 changed files with 28 additions and 6 deletions
+4
View File
@@ -12,6 +12,10 @@
#include <string.h>
#include <stdio.h>
#include "quote.h"
#define MESSAGE_STRING_LENGTH 2048
void tcpServer();
void udpServer();