From 36e7aa535c2c6ea64e580bd52a576be494ace13d Mon Sep 17 00:00:00 2001 From: SuperNovaa41 Date: Wed, 17 Jan 2024 10:26:36 -0500 Subject: [PATCH] TODOs --- src/main.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main.c b/src/main.c index 9d5354d..9f52db9 100644 --- a/src/main.c +++ b/src/main.c @@ -12,6 +12,13 @@ #define MAX_BUF_LEN 1024 +/** + * TODO: we need to check the csv file for duplicates + * TODO: assign an ID to each book + * TODO: allow us to remove a book from the csv and update the ids + */ + + enum book_options { PRINT_TO_STDIN, WRITE_TO_FILE