Is there something like a standard list implementation in C? I do not find anything in standard libraries.
Do you have a c library recommendation that implements standard data types like list, map, etc.? I am looking for a subtle single-phase solution.
source share