https://github.com/mellowcandle/liblist
Generic Linked list Management Library in C
https://github.com/mellowcandle/liblist
c datastructures linked-list list multi-threading queue
Last synced: about 2 months ago
JSON representation
Generic Linked list Management Library in C
- Host: GitHub
- URL: https://github.com/mellowcandle/liblist
- Owner: mellowcandle
- Created: 2013-07-06T15:59:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T19:38:46.000Z (over 6 years ago)
- Last Synced: 2023-03-30T14:13:24.777Z (almost 3 years ago)
- Topics: c, datastructures, linked-list, list, multi-threading, queue
- Language: C
- Homepage:
- Size: 956 KB
- Stars: 31
- Watchers: 2
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
liblist - by Ramon Fried (2013)
=======
Generic linked list management library in C
[](https://travis-ci.org/mellowcandle/liblist)
Prerequisites
=============
libllist will build on any Unix like machine.
However, in order to run the test suites, check library must be downloaded and installed aswell. http://check.sourceforge.net/
In order to generate the documentation doxygen must be installed aswell.
HOW TO BUILD ?
==============
$ make
$ sudo make install
WHERE DOES IT INSTALLED TO ?
============================
The library is installed in /usr/local/lib and the header to /usr/local/include