- libdatatructure is pedantic C99 implementation of common datatructures:
- double linked list
See CHANGELOG file for further details.
I am writing cross-platform C++ libraries and I needed strict C99 compliance to ease porting to other platforms.
This is a header only library. To copy the library headers into PREFIX (see make usage):
cd proj && make build-ios
The source code is fully documented.
Main source repository:
https://github.com/davidandreoletti/libdatastructure.git
This implementation is in ALPHA version. I only implements features required for my own needs but feel free to extend it.
See CHANGELOG file
See CHANGELOG file
If you would like to contribute, feel free to drop me an email or contribute patches.
- David Andreoletti http://davidandreoletti.com
- Linux kernel for the linkedlist inspiration