Skip to content

resyfer/libqueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libqueue

A generic C library for a a queue. Pretty easy to use and can hold any data type. For instructions on basic usage, visit the examples. For installation, please go here. For documentation, please go here.

Installation

Make sure to have make, gcc and git installed

git clone https://github.com/resyfer/libqueue.git
cd libqueue
make install
cd ..
rm -rf libqueue

Provide the password when prompted.

Development

Update makefile variable MODE to be:

MODE:=dev

and then:

make run # to run the example
# or
make test # to run the tests