The following C project contains the C source code and C examples used for a generic linked list. It defines a generic linked list in C similar to the C++ std::list except that memory allocation of data members is up to the user, i.e. the list stores void pointers only.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.