/cfdata

CFData is a C Library aimed at providing a set of containers that are reference counted. I used to work in Qt and I came to love the reference counting and the shallow copying that Qt provides, however in C there is nothing like it and therefore I decided to create one. This library is licensed under a BSD license.

Primary LanguageCOtherNOASSERTION

CFData is a C library aimed to provide a set of containers using reference counting and shallow copying (when possible).
This is inspired by the containers provided by Qt, but since there is nothing in C that comes close to that I decided
to write my own library.