Change to C99 and add weak references
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user