Does anyone have a favourite data structures library for C? I’m guessing something macro based…?
In particular I’m looking for a linked list (single or double), and a queue. Heap allocated / malloc is fine, though it would be nice if the queue had the option of pre-allocating with a max size.
And along similar lines, anyone have any techniques for making tagged unions easy to work with?