This commit is contained in:
SuperNovaa41 2024-01-13 10:41:28 -05:00
parent 75fa7b79d1
commit 37a9a106f6

2
main.c
View File

@ -210,8 +210,6 @@ void parse_json(string* s, char* options, char* isbn_buf)
fprintf(stderr, "Improper option provided!");
}
int main(int argc, char* argv[])
{
char isbn_buf[14]; // want to hold a max of 14 so we can hold up to ISBN13s