start quote selection implementation

This commit is contained in:
Arthur-Coppey
2021-04-18 03:13:53 +02:00
parent 7d0d4356dc
commit 296059e911
3 changed files with 41 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
//
// 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