Name: Anonymous 2019-09-25 1:22
What are recommended C libraries for algorithms and datastructures?
Or should I just use C++ with STL and pretend it's C?
Or should I just use C++ with STL and pretend it's C?
sys/queue.h
and sys/tree.h
on many Unices - but it's not a part of either POSIX or the C standard library so be prepared to vendor it if you need it to be portable