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
+1
View File
@@ -3,6 +3,7 @@
//
#include "quote.h"
#include "config.h"
void getRandomQuote(char quote[2048]) {
int lineCount;