What is the most popular shared data collection data library for C?

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.

+5
source share
2 answers

linux, GLIB. , , ( +). , GLIB , !

+12
+5

All Articles