(file-handler)+impl file for file handling

In particular I've implemented a standardised complete FILE * reader
without relying on fseek (which may not work for pipes).
This commit is contained in:
2023-08-25 19:08:32 +01:00
parent 64f8df2592
commit f155f0e088
2 changed files with 65 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
CC=gcc
CFLAGS=-Wall -Wextra -pedantic -ggdb -fsanitize=address
LIBS=-lm -lraylib
OBJECTS=main.o
OBJECTS=file-handler.o main.o
OUT=sandpile.out
ARGS=