2025-09-05 20:10:24 -07:00
2025-08-28 04:59:23 -07:00
2025-08-28 04:59:23 -07:00
2025-08-28 04:59:23 -07:00

RefCount

RefCount is a reference counting (thus the name) and garbage collection library written in standard C99.

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

You can look in the test/ directory for some examples of the various features of RefCount in use.

Description
C reference counting and garbage collection library.
Readme GPL-3.0 281 KiB
Languages
C 98%
CMake 2%