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
This commit is contained in:
SuperNovaa41
2024-01-13 21:29:52 -05:00
parent d904118c4f
commit 9fc68e1b72
6 changed files with 247 additions and 178 deletions

View File

@ -1,4 +1,4 @@
all: main.c
gcc main.c -lcurl -lcjson -o isbn -Wall
gcc main.c json.c curl.c -lcurl -lcjson -o isbn -Wall
clean:
rm isbn