80e3f1a91677a59f95251c35b2c3d9518a4d7754
RefCount
RefCount is a reference counting (thus the name) and garbage collection library for C. It is currently WIP and unfinished.
Building
You can build using:
cmake -B build
make -C build
You can then run tests using:
make -C build test
Documentation
You can generate documentation with:
doxygen
For now, you can look in the test/
directory for some examples of the various
features of RefCount in use.
Languages
C
98%
CMake
2%