Is there something like a standard implementation of a list in C? I am not finding anything in the standard libraries.
Do you have a recommendation of a c library that implements standard data types like list, map etc.? I am searching for a slim one-file solution.