This commit is contained in:
SuperNovaa41 2024-01-17 10:26:36 -05:00
parent 753e61dfa0
commit 36e7aa535c

View File

@ -12,6 +12,13 @@
#define MAX_BUF_LEN 1024 #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 { enum book_options {
PRINT_TO_STDIN, PRINT_TO_STDIN,
WRITE_TO_FILE WRITE_TO_FILE