This is a collection of stb-style headers I've wrote.
Header | Description |
---|---|
hashtable.h | A really simple hashtable implementation, the file itself contains more documentation. |
logger.h | A logging utility that also provides assertion macros. Printing to a FILE* is also supported. |
schnur.h | String handling utility. |
You can take a look at the tests if you want to know how to use each header.
Run
make test
in the project root to compile and run the tests.