TARDIS
TARDIS copied to clipboard
Clean up code style
In the years since I wrote this, I changed my mind about certain code style choices.
TODO
Here's some things that come to mind
- [ ] replace
sizeof(type)withsizeof(variable) - [ ] clang-format, maybe tabs -> spaces
- [ ] split out some flags into CFLAGS in the makefile.