문제

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.

도움이 되었습니까?

해결책

May be this small library is what you need.

It is a generic list implementation in C. glist

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top