Commit Graph

25 Commits

Author SHA1 Message Date
f1a6af2d35 fix: forgot to check the correct output of strcmp 2024-01-24 11:14:46 -05:00
db61814865 Restructures main and remove printing to STDOUT
Also adds a help menu,
as well, adds some simple structure to begin removing books from the db
2024-01-24 11:12:15 -05:00
41691bd009 fix: missing newline 2024-01-24 10:58:52 -05:00
713dd70c12 images 2024-01-24 10:50:08 -05:00
36e7aa535c TODOs 2024-01-17 10:26:36 -05:00
753e61dfa0 fixes warning 2024-01-16 10:37:32 -05:00
a1df279374 changes snprintf to memcpy, as it should be 2024-01-14 21:43:59 -05:00
a88232f48c cleans up the outputting a bit 2024-01-14 21:42:09 -05:00
16fd5277b8 another makefile fix 2024-01-13 21:37:29 -05:00
5df221c23a adds a free() 2024-01-13 21:35:35 -05:00
e65e5684de quick Makefile fix 2024-01-13 21:34:40 -05:00
0f125ee459 restructures the code 2024-01-13 21:33:33 -05:00
9fc68e1b72 Cleans up the code
Separates some functions into their own files
separates some big functions in to smaller ones to help improve the code
cleans up some stuff
2024-01-13 21:29:52 -05:00
d904118c4f :Merge branch 'master' of https://github.com/SuperNovaa41/isbn-lookup 2024-01-13 10:41:59 -05:00
37a9a106f6 blah 2024-01-13 10:41:28 -05:00
75fa7b79d1 adds writing to file 2024-01-13 10:38:03 -05:00
e03557459e Create LICENSE 2024-01-12 13:14:56 -05:00
e66e9c5990 adds readme 2024-01-12 13:09:07 -05:00
d6e2ea2aba adds clean directive 2024-01-12 13:06:15 -05:00
85bc44ab8f minor formatting 2024-01-12 12:56:15 -05:00
db984d5e35 cleans up some code, adds some comments 2024-01-12 12:55:30 -05:00
8994bc0365 removes random files 2024-01-12 12:50:26 -05:00
3dc1ab7722 more error handling 2024-01-12 12:50:10 -05:00
d0427725a6 adds proper error handling 2024-01-12 12:29:09 -05:00
5c327958e2 initial commit 2024-01-12 12:15:17 -05:00