Recommendations For Generic C Data Structures & Algorithms

Hi All,

Rather than re-invent the wheel, I am trying to find a mature C library that provides generic support for lists, trees, etc.

I understand C doesn't formally support "generics", but am aware of a few solutions like GLib and SGLib.

Can anyone kindly recommend what they think is best?

Thankyou :slight_smile:

I'm not aware of one giant all-purpose library, no. Seeing what they've become in C++, not sure that's a bad thing. I occasionally come across libraries and code generators for things like hash tables.