diff options
author | Oskar <[email protected]> | 2024-03-07 22:41:00 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2024-03-07 22:41:00 +0100 |
commit | 67ebb8eae70719f514c5711d404866a131c4b66a (patch) | |
tree | 1a0b751dca3c71ee74f750e74358f0f12ddd2e05 /functions.c | |
parent | 40c0ed42787010b845255544f86f84aac8256ccc (diff) |
a
Diffstat (limited to 'functions.c')
-rw-r--r-- | functions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.c b/functions.c index e0f6ba9..416414d 100644 --- a/functions.c +++ b/functions.c @@ -110,7 +110,6 @@ void shuffle(char arr[], int n) { int get_line(char filename[], long focus, char **line, size_t *start) { // Making this function was hell. Hardest thing ive coded in a while. - FILE *file; file = fopen(filename,"r"); // Open file |