zfogg / libll

My own linked list implementation in C, for practice and knowledge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libll

libll is a library for creating and working with linked lists. I wrote it entirely for my own practice and knowledge. The goals for the development of this library are both speed and comprehensive code.

Building

Run make in the root directory to build the project as a a shared library. It will be placed in ./build/, and will be named libll.so.

Documentation

I will eventually write documentation for the functionality of this library. For now, refer to to the header file ./lib/ll.h to see prototypes of the available functions.

Testing

To [re]build and run the unit tests, run make clean test.

Contributing

Want to contribute? Send me a pull request!

About

My own linked list implementation in C, for practice and knowledge.


Languages

Language:C 95.5%Language:Makefile 4.5%