Skip to content

albedium/liblist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liblist - by Ramon Fried (2013)

Generic linked list management library in C

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

About

Generic Linked list Management Library in C

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.0%
  • Makefile 3.0%