TODO: use fopen(3), using read_fat_chain is done

This commit is contained in:
snow flurry 2020-11-14 15:06:27 -08:00
parent 9d18bc84d0
commit 546ed596d4

3
TODO
View file

@ -1,4 +1,5 @@
Implement randomness (xorshift? https://www.jstatsoft.org/article/view/v008i14)
Maybe extract file "read"/"write" operations with read_fat_chain()
Config parser (config.c)
Do the actual corrupty things
Use fopen(3) and friends instead of open(2)