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
-16
View File
@@ -1,16 +0,0 @@
//
// Created by k0rb4k on 30/03/2021.
//
#ifndef QOTD_QUOTE_H
#define QOTD_QUOTE_H
#include <stdio.h>
#include <bits/types/FILE.h>
#include <bits/types/struct_FILE.h>
void getRandomQuote(char quote[1024]);
void getQuote(int line, char quote[1024]);
#endif //QOTD_QUOTE_H