// // Created by k0rb4k on 30/03/2021. // #ifndef QOTD_QUOTE_H #define QOTD_QUOTE_H #include #include #include void getRandomQuote(char quote[1024]); void getQuote(int line, char quote[1024]); #endif //QOTD_QUOTE_H