config.h config file to centralize default values

This commit is contained in:
Arthur-Coppey
2021-11-26 13:56:48 +01:00
parent 79830a9745
commit b869bbbc27
6 changed files with 17 additions and 7 deletions
-2
View File
@@ -11,8 +11,6 @@
#include <bits/types/FILE.h>
#include <bits/types/struct_FILE.h>
#define QUOTES_FILE "./quotes.txt"
void getRandomQuote(char quote[2048]);
void getQuote(long line, char quote[2048]);