summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorrafa_99 <rafa99@protonmail.com>2020-11-22 14:23:05 +0000
committerrafa_99 <rafa99@protonmail.com>2020-11-22 14:23:05 +0000
commit7b644262f9ef0b5e5d5f5463b9cf96b78b67bfed (patch)
treec809ded185e51b46663c80d421d620738cc638cf /utils.h
parent596b63a8700e2953ce81b65f46a5b3015d45d904 (diff)
Fixed Problem With Line Size
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index 5a363a4..0b72df4 100644
--- a/utils.h
+++ b/utils.h
@@ -1,5 +1,7 @@
#include <stdio.h>
+#define MAX_LINE 256
+
int checkIfFileExists(char *path);
int lineCounter(FILE *dictionary);
char* getLine(FILE *dictionary, int line);