added test client

This commit is contained in:
Arthur-Coppey
2021-07-08 13:42:32 +02:00
parent c3418f2ec4
commit a9da4251e2
9 changed files with 112 additions and 36 deletions
-15
View File
@@ -1,15 +0,0 @@
//
// Created by k0rb4k on 30/03/2021.
//
#ifndef QOTD_SERVER_H
#define QOTD_SERVER_H
#include <sys/socket.h>
#include <netinet/in.h>
void tcpListen();
void udpListen();
#endif //QOTD_SERVER_H