summaryrefslogtreecommitdiff
path: root/file-handler.c
AgeCommit message (Collapse)Author
2023-08-25(main|file-handler)~fixed some stuffAryadev Chavali
Big bug with file handler: I can write data well, but reading it causes some trace error which I cannot be bothered to fix. So I'll just work on making the step function way more efficient.
2023-08-25(file-handler)+implemented write_to_fileAryadev Chavali
First line is the data width, then the sand particles of each cell per row.
2023-08-25(file-handler)+impl file for file handlingAryadev Chavali
In particular I've implemented a standardised complete FILE * reader without relying on fseek (which may not work for pipes).