Change to C99 and add weak references

This commit is contained in:
2025-09-05 20:01:36 -07:00
parent 4efdcc97ae
commit 12e3923938
8 changed files with 295 additions and 51 deletions

View File

@ -1,7 +1,7 @@
# RefCount
RefCount is a reference counting (thus the name) and garbage collection library
for C. It is currently WIP and unfinished.
written in standard C99.
### Building
@ -23,5 +23,5 @@ 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.
You can look in the `test/` directory for some examples of the various features
of RefCount in use.