I am looking for a C library that provides general collection data structures such as lists, associative arrays, sets, etc. The library should be stable and well tested. I'm basically looking for something better than the shitty C standard library.
Which C libraries match this description?
EDIT: I would prefer the library to be cross-platform, but otherwise everything works on Mac / Linux.
source
share