From 546ed596d4cc850f60be336aa7a8c4af817f469e Mon Sep 17 00:00:00 2001 From: snow flurry Date: Sat, 14 Nov 2020 15:06:27 -0800 Subject: [PATCH] TODO: use fopen(3), using read_fat_chain is done --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 840709d..509dafb 100644 --- a/TODO +++ b/TODO @@ -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)