A simple interface for File IO.
Going through the important parts... I did eventually finish the music example. After I did that I then added a test suite so I can actually test when things go wrong instead of using the example suite as a playground. A few API changes were made as well but none of importance I believe. If you're curious about the "clear.h" file. It was an attempted to print debug info then clear the stdout. It didn't work, but then again it was a copy-paste from Stack Overflow so... yeah. |
||
|---|---|---|
| examples | ||
| src | ||
| tests | ||
| .clang-format | ||
| .gitignore | ||
| CMakeLists.txt | ||
| example.c | ||