sirh3e
Results
2
comments of
sirh3e
I think the author of this project uses a mac. If I remember correctly gcc is an alias on Mac OS which resolve into clang. When you change gcc into...
I would recoment clang for this project. First it compiles to project, second there is make [rule](https://github.com/cstack/db_tutorial/blob/051b5c0b142650d357e89757318f88051e3d41b0/Makefile#L14) which you could use to format this project/db.c file. See Issue: #45 for...