Question

I have one requirement in one of my projects, where I have to deal with lots of data. Typically huge, dynamic arrays in C.

I searched but I have not been able to find what I need. I am looking for a usable library, which encapsulates the details of list implementation in C, and provides various functions for List manipulation.

I am aware that we can create such implementation in C, using pointers.

I have followed below links:

C generic linked-list

Generic list manipulation function in C?

Thanks in advance.

Was it helpful?

Solution

May be this small library is what you need.

It is a generic list implementation in C. glist

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top